axec-cli
v1.0.8
Published
A CLI tool to manage and run AppImages on Arch
Readme
Axec-cli Appimage Executor
A blazing-fast CLI tool to list and launch AppImages on Arch Linux (will work on other distros)
🚀 Features
- ⚡ 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
📦 Installation
sudo npm install -g axec-clior use with npx
npx axec-cli📂 AppImage Directory
By default, Axec-cli looks for AppImages in:
~/AppImagesYou can also pass a full path to an AppImage if it's stored elsewhere.
🧪 Usage
List available AppImages
axec listRun an AppImage from default folder
Example:
axec run filename.AppImageRun an AppImage from a custom path
Example:
axec run ~/Downloads/filename.AppImage🛠️ Commands
| Command | Description |
|----------------|----------------------------------------|
| axec list [dir] | Lists all .AppImage files in the mentioned directory (Default: ~/AppImages) |
| axec run <filename> | Launches the AppImage file |
🧱 Built With
🧩 Coming Soon (v1.1+)/ To-Do
- ✅ Auto
chmod +xon non-executable AppImages - 🔍 Fuzzy matching for partial filenames
- 🧠 Config file support for custom AppImage folders
- 🖼️ GUI version for KDE
- 📦 AUR package?
🧑💻 Author
Made with ❤️ by Praneesh R V
📄 License
MIT License — feel free to fork and build on top.
