Fast reading tool in console
$ genepi-cli <string|textfile|stdin|url> [-d|--delay <delay>] [-p|--position <position>]
console.log(process._getActiveHandles().length)
console.log(process._getActiveRequests().length)
Customize prompt:
PS1="♢ "
Customize window title:
PROMPT_COMMAND='echo -ne "\033]0;Genepi Console Demo\007"'