0.0.2 • Published 8 years ago

simple-text-editor v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

(Really) Simple Text Editor

JavaScript command-line text editor. No dependencies.

Based on Gary Bernhardt's stream.

Install

$ npm i -g simple-text-editor

Start

Start (new file):

$ simple-text-editor

Start (load file):

$ simple-text-editor path/to/file

Commands

CommandDescription
^B or Backward
^F or Forward
^N or Next Line
^P or Prev Line
^AStart of Line
^EEnd of Line
^CExit
^SSave (only when a file is loaded)