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

Please add FOF (File Object Finder)

Open vindarel opened this issue 3 years ago • 1 comments

Hi,

Can you add FOF: https://gitlab.com/ambrevar/fof

It enables rapid file search, inspection and manipulation.

Examples:

  ;; Make inspectable file object:
  (file "fof.asd")

  ;; List all files in the current directory, recursively.
  (finder)
  ; => (#F"~/co…/fof/LICENSE"
  ;     #F"~/co…/fof/ffprobe.lisp"
  ;     #F"~/co…/fof/file.lisp"
  ;     #F"~/co…/fof/fof.asd"
  ;     #F"~/co…/fof/mediafile.lisp"
  ;     ...)

@ambrevar is the author and is OK for inclusion in QL.

vindarel avatar Aug 03 '21 11:08 vindarel

Failure log here: http://report.quicklisp.org/2021-08-05/failure-report/fof.html

quicklisp avatar Aug 05 '21 22:08 quicklisp