Skip to content

Instantly share code, notes, and snippets.

@19h
Created February 19, 2013 22:51
Show Gist options
  • Star 74 You must be signed in to star a gist
  • Fork 14 You must be signed in to fork a gist
  • Save 19h/4990953 to your computer and use it in GitHub Desktop.
Save 19h/4990953 to your computer and use it in GitHub Desktop.
Node.js — Clear Terminal / Console. Reset to initial state.
console.reset = function () {
return process.stdout.write('\033c');
}
@0Charliecat
Copy link

0Charliecat commented Mar 19, 2021

Works on macOS Big Sur 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment