quicklisp-projects icon indicating copy to clipboard operation
quicklisp-projects copied to clipboard

Please add file-finder

Open vindarel opened this issue 1 year ago • 0 comments

file-finder is a rapid file search and manipulation library.

https://github.com/lisp-maintainers/file-finder

Example:

(finder "fil" (extension= "lisp"))

=> recursively find all files whose path name contains "fil" and have a ".lisp" extension.

It excludes hidden files and directories by default, as well as common directories (node_modules).

It is a simplified fork of https://gitlab.com/ambrevar/fof/

Thank you

vindarel avatar May 11 '24 14:05 vindarel