Liking cljdoc? Tell your friends :D

utils.fs


file-ago-diffclj

(file-ago-diff filepath
               {:keys [verbose desc-length]
                :or {verbose false desc-length :long}
                :as prm-map})

e.g. (file-ago-diff filepath {:verbose true :desc-length :short})

e.g. (file-ago-diff filepath {:verbose true :desc-length :short})
sourceraw docstring

find-filesclj

(find-files path pattern)

Find only files (not dirs) matching given pattern.

Find only files (not dirs) matching given `pattern`.
sourceraw docstring

sort-by-size-descclj

(sort-by-size-desc path pattern)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close