Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pythops/lobtui
🌐 TUI for lobste.rs website
https://github.com/pythops/lobtui
lobsters ratatui rust tui
Last synced: 7 days ago
JSON representation
🌐 TUI for lobste.rs website
- Host: GitHub
- URL: https://github.com/pythops/lobtui
- Owner: pythops
- License: gpl-3.0
- Created: 2024-01-17T20:06:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T13:33:49.000Z (2 months ago)
- Last Synced: 2024-10-11T18:54:51.071Z (28 days ago)
- Topics: lobsters, ratatui, rust, tui
- Language: Rust
- Homepage:
- Size: 146 KB
- Stars: 83
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ratatui - lobtui - TUI for lobste.rs website. (💻 Apps / 🤡 Social Media)
README
## 🚀 Installation
### 📥 Binary release
You can download the pre-built binaries from the release page [release page](https://github.com/pythops/lobtui/releases)
### 📦 crates.io
You can install `lobtui` from [crates.io](https://crates.io/crates/lobtui)
```shell
cargo install lobtui
```## 🐧 Arch Linux
You can install [`lobtui`](https://aur.archlinux.org/packages/lobtui) from the AUR using your favorite [AUR helper](https://wiki.archlinux.org/title/AUR_helpers). For example:
```shell
paru -S lobtui
```## 🚩 NetBSD
You can install [`lobtui`](https://pkgsrc.se/news/lobtui) from the official repositories.
```shell
pkgin install lobtui
```### ⚒️ Build from source
Run the following command:
```shell
git clone https://github.com/pythops/lobtui
cd lobtui
cargo build --release
```Then run `strip` to reduce the size of the binary
```shell
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