/genepi-console

Fast reading tool in console

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Genepi Console Build Status

Fast reading tool in console

Usage

  $ genepi-cli <string|textfile|stdin|url> [-d|--delay <delay>] [-p|--position <position>]

Debug tips

console.log(process._getActiveHandles().length)
console.log(process._getActiveRequests().length)

Console tips

Customize prompt:

PS1=""

Customize window title:

PROMPT_COMMAND='echo -ne "\033]0;Genepi Console Demo\007"'