Liking cljdoc? Tell your friends :D

dk.salza.liq.tools.util


browserclj

(browser url)
source

clipboard-contentclj

(clipboard-content)
source

cmdclj

(cmd & args)

Execute a native command. Adding :timeout 60 or similar as last command will add a timeout to the process.

Execute a native command.
Adding :timeout 60 or similar as last command will
add a timeout to the process.
sourceraw docstring

generateidclj

(generateid seed existing)

Generates a new id not in the existing list using parts of seed.

Generates a new id not in the existing
list using parts of seed.
sourceraw docstring

localclipboardclj

source

nowclj

(now)

Current time in milliseconds

Current time in milliseconds
sourceraw docstring

pretty-exceptionclj

(pretty-exception e)
source

read-lines-from-fileclj

(read-lines-from-file filepath)
source

save-lines-to-fileclj

(save-lines-to-file filepath lines)
source

set-clipboard-contentclj

(set-clipboard-content text)
source

update-mapclj

(update-map m & kv)

Updates a map using update-in if the second arguments in pairs is a function and assoc-in if not.

Updates a map using update-in if the
second arguments in pairs is a function
and assoc-in if not.
sourceraw docstring

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

× close