1.0.5 • Published 3 months ago

ripnote v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Install

npm install -g ripnote or yarn global add ripnote installs ripnote (and the rn alias) globally.

Dependencies

Ripnote requires ripgrep, fzf and bat; these can all be automatically installed using homebrew upon first ripnote launch.

Create new note

ripnote "my great note"

The above command creates [note-path]/2022-08-03_my-great-note.md with a # my great note heading, and opens the file in vim on line 3; ready to take notes ever so quickly.

Open existing notes

ripnote

The above command launches an ultra-fast fuzzy search of your note directory, and opens the selected note in vim.

Options

You can override NOTE_PATH (default ~/notes). That's it.

Screenshot

screenshot

1.0.5

3 months ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago