automaton-build.echo.headers

Prints text with headers on the terminal.

Each content is modified to wrap the width of the terminal, and is modified to have a left margin.

build-writter

(build-writter)

clear-lines

(clear-lines n)

clear-prev-line

current-time-str

(current-time-str)

Returns current time string.

errorln

(errorln & texts)

To print some text that is an error, should be highlighted and rare.

exceptionln

(exceptionln e)

Display exception e.

h1

(h1 & texts)

h1-error

(h1-error & texts)

h1-error!

(h1-error! & texts)

h1-valid

(h1-valid & texts)

h1-valid!

(h1-valid! & texts)

h2

(h2 & texts)

h2-error

(h2-error & texts)

h2-error!

(h2-error! & texts)

h2-valid

(h2-valid & texts)

h2-valid!

(h2-valid! & texts)

h3

(h3 & texts)

h3-error

(h3-error & texts)

h3-error!

(h3-error! & texts)

h3-valid

(h3-valid & texts)

h3-valid!

(h3-valid! & texts)

normalln

(normalln & texts)

Print text without decoration, with a carriage return included.

pprint-str

(pprint-str data)

Pretty print data

print-cmd-str

(print-cmd-str cmd-str)

Prints the execution of command string cmd-str.

print-exec-cmd-str

(print-exec-cmd-str cmd-str)

Prints the execution of command string cmd-str with the prefixs added.

print-writter

(print-writter str-writter)

screenify

(screenify texts)

Prepare the texts strings to be printed on the screen.

uri-str

(uri-str uri)

Returns the string of the uri.