0.1.16 • Published 8 years ago
nodeditor v0.1.16
nodeditor WIP
Simple console text editor written in 100% JavaScript.
Requirements
nodev6.5.0+npm
Installation
$ [sudo] npm i -g nodeditorUsage
Start from command line:
$ nodeditor [options] [file]Keyboard shortcuts
| Command | Shortcut |
|---|---|
| Save | Ctrl-S |
| Save and exit | Ctrl-C or Ctrl-X |
| Exit without saving | Ctrl-D |
CLI Options
-V,--version-- output the version number-h,--help-- output usage information
Contributing
Tests
npm testnode v7.6.0+ is required to run tests
Logs
tail -f `node -p "require('persist-path')(require('./package').name)"`/latest.log