UNPKG

treecat

Version:

View folder structure like tree and display file contents like cat — all in one CLI.

7 lines (5 loc) 151 B
import readline from 'readline'; export function clearLine() { readline.clearLine(process.stdout, 0); readline.cursorTo(process.stdout, 0); }