Echoing in terminal for long living and possibly parrallel actions (like REPL and so on.).
Each line is prefixed with the name of the concerned action.
Echoing in terminal for long living and possibly parrallel actions (like REPL and so on.). Each line is prefixed with the name of the concerned action.
(action prefixs & texts)
Print an action with its prefixs
, the text of the action is texts
.
Print an action with its `prefixs`, the text of the action is `texts`.
(current-time-str)
Returns current time string.
Returns current time string.
(errorln prefixs & texts)
Print as an error the collection of texts
, with the prefixs
added.
It should be highlighted and rare (like one line red for each error and not its details).
Print as an error the collection of `texts`, with the `prefixs` added. It should be highlighted and rare (like one line red for each error and not its details).
(normalln prefixs & texts)
Print as normal text the collection of texts
, with the prefixs
added.
It is the default printing method.
Print as normal text the collection of `texts`, with the `prefixs` added. It is the default printing method.
(print-cmd-str prefixs cmd-str)
Prints the execution of command string cmd-str
with the prefixs
added.
Prints the execution of command string `cmd-str` with the `prefixs` added.
(print-exec-cmd-str prefixs cmd-str)
Prints the execution of command string cmd-str
with the prefixs
added.
Prints the execution of command string `cmd-str` with the `prefixs` added.
(screenify prefixs texts)
Prepare the texts
strings to be printed on the terminal.
Prepare the `texts` strings to be printed on the terminal.
(uri-str uri)
Returns the string of the uri
.
Returns the string of the `uri`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close