Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torbratsberg/noted
Notes library, with viewer and shortcuts to edit and create new notes.
https://github.com/torbratsberg/noted
cli tui
Last synced: 3 months ago
JSON representation
Notes library, with viewer and shortcuts to edit and create new notes.
- Host: GitHub
- URL: https://github.com/torbratsberg/noted
- Owner: torbratsberg
- Created: 2022-03-16T19:59:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T08:59:42.000Z (about 2 years ago)
- Last Synced: 2024-05-18T00:25:08.384Z (6 months ago)
- Topics: cli, tui
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 29
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- charm-in-the-wild - Noted - A note viewer and manager. (_built with Bubble Tea_) (Applications / Productivity and Organization)
README
# Noted
Notes library, with viewer and shortcuts to add, delete and edit notes.
## Installation
1. `$ go install github.com/torbratsberg/noted@latest`
2. Add `export NOTES_DIR="$PATH_TO_YOUR_NOTES_DIR"` to your `.bashrc` or `.zshrc`
3. Source your `.bashrc` or `.zshrc`
4. `$ noted`## Usage
- `j`: Next note
- `k`: Previous note
- `u`: Scroll note half page up
- `d`: Scroll note half page down
- `n`: Create a new note
- `Enter`: Edit the selected note## Demo
https://user-images.githubusercontent.com/51199815/158905165-17ffdcfe-1f64-401e-8954-1507ed14f956.mov