Once LRhub is installed, you can launch it from any directory in your terminal. There’s nothing to configure — just run the command and start picking tools.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/kaladoodotlua/LRhub/llms.txt
Use this file to discover all available pages before exploring further.
LRhub uses ANSI escape codes to render colors, bold text, and the ASCII logo. Your terminal emulator must support ANSI escape sequences for the interface to display correctly. Most modern Linux terminals (GNOME Terminal, Alacritty, Kitty, xterm, tmux) support this by default.
Launching LRhub
Open a terminal
Open any terminal emulator on your Linux system. LRhub does not require a graphical environment — it works over SSH and TTY sessions as well.
Run lrhub
Type the following and press Enter:LRhub immediately clears the terminal and renders its ASCII art logo, followed by the version number and the interactive menu.
Read the startup display
After launching, you will see output similar to the following:Numbers are highlighted in yellow and tool names in green in the actual terminal. The cursor waits at the
╰──> prompt for your input.Navigating the Menu
Entering a choice: Type a single digit (1–8) at the ╰──> prompt and press Enter. Any input that is not a number between 1 and 8 is rejected with a brief error message and returns you to the menu.
Returning to the menu: After most tools complete, LRhub shows a navigation prompt:
- Type
y(oryes) and press Enter to return to the main menu. - Type
n(orno) and press Enter to exit LRhub.
Walkthrough: System Info (Option 1)
Here’s what a complete interaction with the System Info tool looks like from start to finish. 1. At the main menu, type1 and press Enter:
lscpu, lspci, hostname, free, df, and /proc/uptime), so the values reflect your machine at the time you launched LRhub.
3. Type y to return to the main menu, or n to exit.
Menu Reference
| Option | Tool | Description |
|---|---|---|
| 1 | System Info | Hardware and OS details gathered at launch |
| 2 | Testing Tool | MAP testing interference tool (Python) |
| 3 | KBotter | Kahoot game botter (Python) |
| 4 | Create File | Arbitrary file size generator (Lua, unstable) |
| 5 | About | Displays version and creation date |
| 6 | Debugging | ANSI color palette grid for terminal diagnostics |
| 7 | Self Destruct | Runs sudo rm -rf / --no-preserve-root — destructive |
| 8 | Exit | Exits LRhub after a confirmation prompt |