Crates.io | rbmenu-tui |
lib.rs | rbmenu-tui |
version | 0.2.0 |
source | src |
created_at | 2022-01-01 09:06:50.613344 |
updated_at | 2022-01-11 05:21:03.483739 |
description | Terminal User Interface for rbmenu |
homepage | |
repository | https://github.com/DevHyperCoder/rbmenu-tui |
max_upload_size | |
id | 506069 |
size | 399,368 |
rbmenu-tui
is a Terminal User Interface for rbmenu
written in Rust and Cursive.
rbmenu-tui
is available on crates.io
Arch Linux : Available on AUR, rbmenu-tui
for manual compilation from release and rbmenu-tui-bin
for precompiled binary
Manual Installation
cargo
should be on the $PATH
git clone https://github.com/DevHyperCoder/rbmenu-tui.git
. Change directory (cd
) into the rbmenu-tui
foldercargo build --release
./target/release/rbmenu-tui
cargo run -- <options>
.Key | Description |
---|---|
? | Help |
a | |
d | : |
x | Remove selected |
y | Copy selected |
l | View selected |
Enter |
View selected |
j | Move down |
k | Move up |
e | Edit bookmark |
r | Refresh bookmarks |
Create a $HOME/.local/share/rbmenu/theme.toml
file. If the file is present,
rbmenu-tui
will use it, otherwise defaults to cursive
default theme.
rbmenu-tui is licensed under the GPL-3 license. Our copy can be found here.