An open API service indexing awesome lists of open source software.

https://github.com/cekrem/ripnote

The only note-taking setup you'll ever need
https://github.com/cekrem/ripnote

cli fuzzy-search notes

Last synced: 5 months ago
JSON representation

The only note-taking setup you'll ever need

Awesome Lists containing this project

README

          

# 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](screenshot.gif)