Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yqrashawn/fd-dired

dired-mode interface for fd
https://github.com/yqrashawn/fd-dired

Last synced: about 2 months ago
JSON representation

dired-mode interface for fd

Awesome Lists containing this project

README

        

* fd-dired
Provide a dired-mode interface for [[https://github.com/sharkdp/fd][fd]]'s result. Same functionality as
find-dired/find-grep-dired, using fd/rg instead. Depend on find-dired.

Check out [[https://www.masteringemacs.org/article/working-multiple-files-dired][this]] for functionality and use case of ~find-dired~.

* FAQ

** macOS system command "ls" illegal option "--quoting-style=literal"

The macOS system default '~ls~' command does not support option =--quoting-style=literal=.

Please install with: ~brew install coreutils~