bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.3k stars 42 forks source link

Use `lsd` to preview directories if present #50

Closed mataha closed 1 year ago

mataha commented 1 year ago

This PR adds a fallback to lsd as a colorized alternative to ls when previewing directories.

The main motivation behind this change is that lsd is maintained while exa is not.

bigH commented 1 year ago

Thanks for contributing!