awesome-omarchy-tui
August 21, 2025 ยท View on GitHub
Terminal UI for browsing awesome-omarchy repository.
Features
- ๐ Full-text search across repositories and descriptions
- ๐ฏ Interactive navigation with vim-style keybindings
- ๐ Auto-updates - always stay on the latest version
- โก Lightweight - ~small optimized binary
- ๐ Cross-platform - Linux, macOS, Windows (x64/ARM64)
Install
Arch Linux (AUR):
# Using pacman (requires AUR helper)
pacman -Sy awesome-omarchy-tui-bin
# Using yay
yay -Sy awesome-omarchy-tui-bin
Cargo:
cargo install awesome-omarchy-tui
Unix/Linux/macOS:
curl -fsSL https://tui.awesome-omarchy.com/install.sh | bash
Windows:
iwr https://tui.awesome-omarchy.com/install.ps1 | iex
Manual: Download from releases
Usage
awsomarchy # Launch TUI
awsomarchy version # Show version
awsomarchy update # Update to latest (direct install only)
Updates:
- AUR package:
pacman -Syu awesome-omarchy-tui-binoryay -Syu awesome-omarchy-tui-bin - Direct install:
awsomarchy update - Cargo install:
cargo install awesome-omarchy-tui
Navigation:
h/l- Switch sidebar/contentj/k- Navigate items/- SearchEnter- Open repositoryQ- Quit
Build
git clone https://github.com/aorumbayev/awesome-omarchy-tui.git
cd awesome-omarchy-tui
cargo build --release
Binary size: ~6MB (optimized with LTO, stripped)
License
MIT