appimage-manager
A CLI app to manage your AppImage collection.
Installation
sudo wget https://github.com/AppImageCrafters/appimage-manager/releases/latest/download/app -O /usr/local/bin/app;
sudo chmod +x /usr/local/bin/appUsage
Usage: app <command>
Flags:
--help Show context-sensitive help.
--debug Enable debug mode.
Commands:
search <query>
Search applications in the store.
install <target>
Install an application.
list
List installed applications.
remove <id>
Remove an application.
update [<targets> ...]
Update an application.
Run "app <command> --help" for more information on a command.