-
released this
2026-03-27 03:44:03 +00:00 | 2 commits to main since this release🎉 Initial Release
Tolo is a lightning-fast command alias manager for the modern terminal.
✨ Features
- 💾 Save aliases with
tolo save - ▶ Run saved aliases with
tolo run - 🔄 Update existing aliases with
tolo update - 🗑️ Delete aliases with
tolo delete - 📋 List all aliases in a beautiful table
- 🔍 Search aliases with fuzzy matching
- 🎨 Beautiful terminal UI with colors and icons
- ⚡ Command shortcuts (s, r, u, d, ls, l, sh, se, h, v)
- 🔧 Bash and Zsh shell completion
- 📦 Single binary distribution (~2MB)
- 🌐 Cross-platform support (Linux, macOS, Windows)
📦 Installation
Quick Install
curl -fsSL https://raw.githubusercontent.com/selamanapps/tolo/main/install.sh | bashManual Install
Download from the releases page for your platform.
📚 Documentation
- README - Get started
- Examples - Practical examples
- Contributing - Join the community
🙏 Acknowledgments
Made with ❤️ at Zemenawi Lab
Full Changelog: https://github.com/selamanapps/tolo/blob/main/CHANGELOG.md
Full Changelog: https://github.com/selamanapps/tolo/commits/v1.0.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
checksums.txt
1 download · 1.1 KiB
-
tolo-v1.0.0-darwin-amd64.tar.gz
7 downloads · 865 KiB
-
tolo-v1.0.0-darwin-arm64.tar.gz
13 downloads · 822 KiB
-
tolo-v1.0.0-linux-amd64.tar.gz
5 downloads · 868 KiB
-
tolo-v1.0.0-linux-arm64.tar.gz
4 downloads · 804 KiB
-
tolo-v1.0.0-windows-386.zip
4 downloads · 882 KiB
-
tolo-v1.0.0-windows-amd64.zip
4 downloads · 912 KiB
- 💾 Save aliases with