Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1006 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 1006 Bytes

Note

Manage your notes without ever leaving the command line!

Note Demo

Installation

Install dependencies:

Then clone this repo, and 'sudo make install'.

Make sure that you have exported the 'EDITOR' environmental variable.

To enable syncing, export the remote location as the 'NOTE_REMOTE' environmental variable.

Usage

note [COMMAND] [ARGS]

Commands

  • n Create a brand new note
  • f [string] Search all notes for [string]
  • d [number] Delete note [number]
  • v [number] View note [number]
  • s Pull notes down from remote
  • b Backup local notes to remote
  • e [number] Edit note [number]
  • l List notes
  • h Print help message

Uninstallation

'sudo make uninstall'

License

Note is licensed under the BSD 3-Clause License. See LICENSE file or the Open Source Initiative for the full text of the license.