| Crates.io | nostui |
| lib.rs | nostui |
| version | 0.1.0 |
| created_at | 2024-01-14 05:31:50.328808+00 |
| updated_at | 2024-01-14 05:31:50.328808+00 |
| description | A TUI client for Nostr |
| homepage | https://github.com/akiomik/nostui |
| repository | https://github.com/akiomik/nostui |
| max_upload_size | |
| id | 1099207 |
| size | 1,515,672 |
A TUI client for Nostr

git clone https://github.com/akiomik/nostui
cd nostui
nostui binary:# Install to ~/.cargo/bin/nostui
cargo install --path .
[!NOTE] Other extensions supported are
.json5,.yaml,.tomland.ini.
config.json to the following path:~/.config/notsui/config.json~\AppData\Roaming\0m1\nostui\config.json~/Library/Application Support/io.0m1.nostui/config.jsonconfig.json:{
"privatekey": "nsec1...",
"relays": ["wss://nos.lol"] // optional
}
nostui [OPTIONS]
Options:
-t, --tick-rate <FLOAT> Tick rate, i.e. number of ticks per second [default: 16]
-f, --frame-rate <FLOAT> Frame rate, i.e. number of frames per second [default: 16]
-h, --help Print help
-V, --version Print version
| Keybinding | Description |
|---|---|
k up |
Scroll up |
j down |
Scroll down |
q Ctrl-c Ctrl-d |
Quit |
home g |
Scroll to top |
end Shift-g |
Scroll to bottom |
Ctrl-z |
Suspend |
esc |
Unselect |
n |
New text note |
Ctrl-p |
Submit text note |
r |
Reply to the selected note |
f |
Send reaction |
t |
Repost |