3 releases (breaking)
0.3.0 | Sep 4, 2024 |
---|---|
0.2.0 | Feb 20, 2024 |
0.1.0 | Jan 17, 2024 |
#309 in Command-line interface
29 downloads per month
54KB
581 lines
TUI for lobste.rs website
🚀 Installation
📥 Binary release
You can download the pre-built binaries from the release page release page
📦 crates.io
You can install lobtui
from crates.io
cargo install lobtui
🐧 Arch Linux
You can install lobtui
from the AUR using your favorite AUR helper. For example:
paru -S lobtui
⚒️ Build from source
Run the following command:
git clone https://github.com/pythops/lobtui
cd lobtui
cargo build --release
Then run strip
to reduce the size of the binary
strip target/release/lobtui
This will produce an executable file at target/release/lobtui
that you can copy to a directory in your $PATH
.
🪄 Usage
j
or Down
: scroll down.
k
or Up
: scroll up.
gg
: go to the top of the page.
G
: go the bottom of the page.
n
: next page.
p
: previous page.
r
: reload the current page.
o
: open the highlighted story in the browser.
⚖️ License
GPLv3
Dependencies
~19–33MB
~524K SLoC