项目作者: AppImageCrafters

项目描述 :
AppImage package manager
高级语言: Go
项目地址: git://github.com/AppImageCrafters/appimage-cli-tool.git
创建时间: 2020-06-05T03:25:38Z
项目社区:https://github.com/AppImageCrafters/appimage-cli-tool

开源协议:MIT License

下载


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

  1. ## Usage
  2. ```shell script
  3. Usage: appimage-cli-tool <command>
  4. Flags:
  5. --help Show context-sensitive help.
  6. --debug Enable debug mode.
  7. Commands:
  8. search <query>
  9. Search applications in the store.
  10. install <target>
  11. Install an application.
  12. list
  13. List installed applications.
  14. remove <id>
  15. Remove an application.
  16. update [<targets> ...]
  17. Update an application.
  18. Run "app <command> --help" for more information on a command.