https://github.com/elsehow/notational-momentum
A mouseless, terminal-based notetaking application inspired by Notational Velocity
https://github.com/elsehow/notational-momentum
Last synced: about 1 month ago
JSON representation
A mouseless, terminal-based notetaking application inspired by Notational Velocity
- Host: GitHub
- URL: https://github.com/elsehow/notational-momentum
- Owner: elsehow
- Created: 2015-07-06T05:56:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T20:34:59.000Z (over 9 years ago)
- Last Synced: 2025-03-25T17:49:06.546Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notational momentum
a mouseless, *truly* modal notetaker that opens your notes in vim,
ultralite clone of [notational velocity](http://notational.net/)
may it serve you well
## installation
npm install -g notational-momentum
## usage
notational-momentum
will open up the current directory.
navigate to a note with ctrl-J / ctrl-K, press enter to open the note in vim.
you can specify a custom directory with `-d`,
and you can specify a custom program with which to open notes with `-p`notational-momentum -d ~/Notes -p emacs
or
notational-momentum -d ~/Notes -p subl
where ~/Notes is some directory filled with files that can be opened in emacs.
## controls
### CTRL+J
navigate down
### CTRL+K
navigate up
### type
search notes
### ENTER
open selected note in vim
## license
BSD-2-Clause