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: 3 months ago
JSON representation

🌐 TUI for lobste.rs website

Lists

README

        



TUI for lobste.rs website



## 🚀 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
```

### ⚒️ 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

`n`: next page

`p`: previous page

`r`: reload the current page

`o`: open the highlighted story in the browser

## ⚖️ License

GPLv3