#lemmy #connection #lemmynator

app lemmynator

TUI for Lemmy

1 unstable release

new 0.2.1 Mar 23, 2025

#22 in #lemmy

Download history 93/week @ 2025-03-19

93 downloads per month

GPL-3.0-or-later and AGPL-3.0

80KB
2K SLoC

Lemmynator

Performant TUI for Lemmy that looks cool and one that might become your daily-driver one day.
Currently it's still in early development, but it's getting there.

Posts shown here were chosen randomly

Features

  • Scrolling: Whether you want to see local posts or all, it's all here

Requirements

Installation

To install Lemmynator, ensure you have Rust and Cargo installed on your system, and then run:

cargo install lemmynator

Usage

Launch Lemmynator in your terminal to initialize the configuration and make adjustments as needed. Subsequently, run Lemmynator again. For list of keybindings, press '?'.

Configuration

Lemmynator stores its configuration in a TOML file located at ~/.config/lemmynator/config.toml by default.

[connection]
instance = "slrpnk.net"
username = "YOUR_USERNAME"
password = "YOUR_PASSWORD"

[general]
accent_color = "LightGreen"

Contributing

Contributions are welcome! If you'd like to contribute to Lemmynator, please fork the repository, make your changes, and submit a pull request!

Dependencies

~41–74MB
~1M SLoC