Crates.io | mininotes |
lib.rs | mininotes |
version | 0.2.0 |
source | src |
created_at | 2022-12-27 14:02:03.766431 |
updated_at | 2024-01-28 12:21:06.670013 |
description | A small terminal text editor |
homepage | |
repository | https://github.com/Dimev/mininotes |
max_upload_size | |
id | 746247 |
size | 117,252 |
A small terminal text editor
Usage: [OPTIONS]
File path: path to the file to edit.
Options
arrow keys: move cursor
Ctrl+arrow keys: move cursor, and skip past words (the first whitespace after a non-whitespace character)
Shift+arrow keys: move cursor, and add selection
Ctrl+c: copy selection
Ctrl+v: paste selection
Ctrl+x: cut selection
Alt+c: copy selection to system clipboard
Alt+v: paste selection from system clipboard
Alt+x: cut selection to system clipboard
Ctrl+z: undo change
Ctrl+y: redo change
Alt+d: discard changes since last save
Ctrl+s: save changes to file
Alt+q: quit (does not ask for confirmation)
Should work on most desktop platforms and terminals
Tested on linux, windows and termux (android)
MIT, see LICENCE for details