Liking cljdoc? Tell your friends :D

kaocha.watch


ansi-blackclj

source

ansi-blueclj

source

ansi-cyanclj

source

ansi-greenclj

source

ansi-purpleclj

source

ansi-redclj

source

ansi-resetclj

source

ansi-whiteclj

source

ansi-yellowclj

source

convertclj

(convert pattern)

Converts a Git-style ignore pattern into the equivalent pattern that Java PathMatcher uses.

Converts a Git-style ignore pattern into the equivalent pattern that Java PathMatcher uses.
sourceraw docstring

drain-and-rescan!clj

(drain-and-rescan! q tracker watch-paths)
source

drain-queue!clj

(drain-queue! q)
source

find-ignore-filesclj

(find-ignore-files dir)

Finds ignore files in the local directory and the system.

Finds ignore files in the local directory and the system.
sourceraw docstring

glob?clj

(glob? path patterns)

Does path match any of the glob patterns.

See FileSystem/getPathMatcher for a description of the patterns, these are similar but not the same as typical shell glob patterns.

Does path match any of the glob patterns.

See [FileSystem/getPathMatcher](https://docs.oracle.com/javase/7/docs/api/java/nio/file/FileSystem.html#getPathMatcher(java.lang.String))
for a description of the patterns, these are similar but not the same as
typical shell glob patterns.
sourceraw docstring

make-queueclj

(make-queue)
source

merge-ignore-filesclj

(merge-ignore-files dir)

Combines and parses ignore files.

Combines and parses ignore files.
sourceraw docstring

nomis-emit-hacked-version-messageclj

(nomis-emit-hacked-version-message)
source

nomis-no-focus?clj

source

parse-ignore-fileclj

(parse-ignore-file file)

Parses an individual ignore file.

Parses an individual ignore file.
sourceraw docstring

plugin-hooksclj

source

plugin-pre-load-hookclj

(plugin-pre-load-hook {:kaocha.watch/keys [tracker focus] :as config})
source

(print-scheduled-operations! tracker focus)
source

println-using-colorclj

(println-using-color color & xs)
source

qpollclj

(qpoll q)
source

qputclj

(qput q x)
source

qtakeclj

(qtake q)
source

reload-configclj

(reload-config config plugin-chain)
source

runclj

(run config)
source

run*clj

(run* config finish? q)
source

run-loopclj

(run-loop finish? config tracker q watch-paths)
source

track-reload!clj

(track-reload! tracker)
source

wait-and-rescan!clj

(wait-and-rescan! q tracker watch-paths ignore)
source

watch!cljmultimethod

source

watch-pathsclj

(watch-paths config)
source

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

× close