Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AppImageCrafters/appimage-cli-tool

AppImage package manager
https://github.com/AppImageCrafters/appimage-cli-tool

appimage appimage-collection appimage-manager desktop-integration installation updates

Last synced: about 2 months ago
JSON representation

AppImage package manager

Awesome Lists containing this project

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.
```