A TUI client for Nostr
- git
- rust
- Clone this repository and move to the directory:
git clone https://github.com/akiomik/nostui
cd nostui
- Install
nostui
binary:
# Install to ~/.cargo/bin/nostui
cargo install --path .
- Create a
config.json
to the following path:
- Linux:
~/.config/notsui/config.json
- Windows:
~\AppData\Roaming\0m1\nostui
- macOS:
~/Library/Application Support/io.0m1.nostui
- Add your privatekey to the
config.json
:
nostui
Keybinding | Description |
---|---|
k up |
Scroll up |
j down |
Scroll down |
q Ctrl-c Ctrl-d |
Quit |
home gg |
Scroll to top |
end Shift-g |
Scroll to bottom |
Ctrl-z |
Suspend |
esc |
Unselect |