notem
v2.1.1
Published
A lightweight command-line tool for managing notes.
Downloads
25
Maintainers
Readme
Notem
A lightweight command-line tool for managing notes.
Still currently in development 🚧 but usable.
Features
Notem comes with clean and simple to terminal interface. Below is a list of features:
- [x] Manage notes with simple commands. (
notem,notem new,notem delete) - [x] Store notes in the
~/.notesdirectory. - [ ] Open notes in the preferred text editor. (Currently only supports
vim) - [ ] Configure behaviour with
.notem-config.jsonfile. (TODO)
Installation
Install globally via npm:
npm install -g notemUsage
Run commands with the following syntax:
Usage: notem [options]
Commands:
notem [note index] open a note
notem new [note title] create a new note
notem delete [note index] delete a note
Options:
-h, --help display this help message.
-v, --version display version number.
--delete-all delete all notes.All the notes are stored in the ~/.notes directory.
License
MIT License © Rocktim Saikia
