# appimage-cli-tool **Repository Path**: rustlab/appimage-cli-tool ## Basic Information - **Project Name**: appimage-cli-tool - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-14 - **Last Updated**: 2024-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CLI AppImage Management Tool ============================ Search, install, update and remove AppImage from the comfort of your CLI. Features: - Search/Install from the appimagehub.com catalog - Install from github.com - Update using the appimage-update - Manage your local AppImage collection ## Installation ```shell script sudo wget https://github.com/AppImageCrafters/appimage-cli-tool/releases/latest/download/appimage-cli-tool -O /usr/local/bin/appimage-cli-tool; sudo chmod +x /usr/local/bin/appimage-cli-tool ``` ## Usage ```shell script Usage: appimage-cli-tool Flags: --help Show context-sensitive help. --debug Enable debug mode. Commands: search Search applications in the store. install Install an application. list List installed applications. remove Remove an application. update [ ...] Update an application. Run "app --help" for more information on a command. ```