Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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/app

Usage

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.
You can’t perform that action at this time.