A blazing-fast CLI tool to list and launch AppImages on Arch Linux (will work on other distros)
- ⚡ List AppImages in specified directory (Default :
~/AppImages) - 🏃♂️ Run AppImages with a single command
- 🧠 Smart fallback to default AppImage folder
- ✨ Built with Node.js + Commander.js
- 💻 Designed for Arch + KDE but works on any distro
sudo npm install -g axec-clior use with npx
npx axec-cliBy default, Axec-cli looks for AppImages in:
~/AppImages
You can also pass a full path to an AppImage if it's stored elsewhere.
axec listExample:
axec run filename.AppImageExample:
axec run ~/Downloads/filename.AppImage| Command | Description |
|---|---|
axec list [dir] |
Lists all .AppImage files in the mentioned directory (Default: ~/AppImages) |
axec run <filename> |
Launches the AppImage file |
- ✅ Auto
chmod +xon non-executable AppImages - 🔍 Fuzzy matching for partial filenames
- 🧠 Config file support for custom AppImage folders
- 🖼️ GUI version for KDE
- 📦 AUR package?
Made with ❤️ by Praneesh R V
MIT License — feel free to fork and build on top.