Simple console text editor


Keywords
console, editor, text-editor, text editor, console-application, console application, application, app, flow, flowtype, babel, cli-app, es6, es7, javascript, js, node, nodejs
License
MIT
Install
npm install nodeditor@0.1.16

Documentation

nodeditor [WIP]

npm GitHub repo size in bytes GitHub top language node Build Status license

Simple console text editor written in 100% JavaScript.

Requirements

  • node v6.5.0+
  • npm

Installation

$ [sudo] npm i -g nodeditor

Usage

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 test

node v7.6.0+ is required to run tests

Logs
tail -f `node -p "require('persist-path')(require('./package').name)"`/latest.log