File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33** Notation** is a terminal-based hierarchal note-taking app. It is also useful
44for todo lists; each item can be marked with a status. It's lightweight and
5- written in ~ 900 lines of Rust; A release build takes slightly over a minute to
5+ written in ~ 1500 lines of Rust; A release build takes slightly over a minute to
66compile from nothing.
77
88At the moment, configuration and plugins do not exist, but in the future
Original file line number Diff line number Diff line change 99- Backspace/Left arrow - view the children of the parent note.
1010- A - Add a new note.
1111- E (while selecting a note) - Edit the selected note.
12- - D/Delete - Delete the selected note.
12+ - Delete - Delete the selected note.
13+ - D - Duplicate the selected note. Equivalent to quickly pressing C then V.
14+ - C - Copy the selected note.
15+ - X - Cut the selected note.
16+ - V - Paste the selected note.
1317
1418## Adding/editing mode
1519
You can’t perform that action at this time.
0 commit comments