gtl
gtl copied to clipboard
gtl - Gemini Tiny Logs - A simple TUI for the tinylog format on gemini
Official repository and project is on codeberg. Github is only a mirror.
GTL: Gemini Tiny Logs
Goal: A TUI for the tinylogs format on the gemini space.
Quick start:
Assuming you downloaded the right binary for your system and put it in your binary, eg: ~/bin:
# will create the configuration and subscription files in ~/.config/gtl/ and subscribe to tinylog aggregator (gemini://tinylogs.gmi.bacardi55.io).
~/bin/gtl
To read the global help:
gtl --help
Installation
Please read the installation page.
Configuration
Please read the configuration page
Usage
Gtl can run in 3 modes:
- TUI: An interactive TUI. See the TUI mode documentation.
- CLI: A command line interface. See the CLI mode documentation.
- Gemini: A mode that return a text/gemini output, compatible with the Tinylog format. See the Gemini mode documentation.