Home

Awesome

AIPM - A Package Manager for AppImages

Scrapes appimage.github.io/apps, and creates a small download manager for these

Usage

aipm install appimage

aipm uninstall appimage

aipm clean [appimage|all]

aipm search search_term

aipm import -f library.json

aipm export

aipm update

aipm scrape[Deprecated]

aipm -h

Installation

- clone repo
  
- install python dependencies
  pip install -r requirements.txt
  
- symlink aipm
  ln -s /path/to/repo/aipm.py /home/USER/bin/aipm
  
- configure application (edit aipm-sample.yaml, and move it to /home/USER/.config/aipm.yaml)
  
- import library
  aipm import -f /path/to/repo/library.json
  OR
  aipm update

Notes

Shortcomings

Known Bugs/ToDo