EXAMPLES="EXAMPLE COMMANDS:

 $SELF s SEARCH               list pkgs in current repo matching SEARCH
 $SELF sa SEARCH              list pkgs in all repos matching SEARCH
 $SELF n SEARCH               search name only, list all matching pkgs

 $SELF add freeciv            get and install Freeciv and deps
 $SELF rm freeciv             uninstall Freeciv and all deps

 $SELF -a la                  ask to delete all downloaded packages
 $SELF -a e PKGNAME           install deps of PKGNAME, ask each time
 $SELF -a d qupzilla-1.2      ask to download qupzilla-1.2.0
 $SELF go filezilla           download filezilla & deps, don't install
 $SELF e PKGNAME              install all deps of PKGNAME, dont ask
 $SELF d qupzilla-1.3.1       download qupzilla-1.3.1 no questions
 $SELF l qupzilla-1.3.1       delete the downloaded qupzilla-1.3.1
 $SELF pb jwm                 compile, build & install the 'jwm' package
 $SELF la                     ask to delete all downloaded packages
 $SELF li vim | $SELF -ps -     Get info on all installed Vim pkgs
 $SELF li vim | $SELF -wr -     Get repo of an installed Vim pkg
 $SELF li | $SELF -a u -        Ask to uninstall installed pkgs one by one
 $SELF get filezilla          same as '$SELF add filezilla'
 $SELF -a g filezilla         same as above, but ask first
 $SELF dir2pet /path/to/dir/  convert a local dir to a .pet package
 $SELF dir2sfs /path/to/dir/  convert a local dir to a .sfs package
 $SELF i /path/to/file.pet    install PET, include the extension!
 $SELF tgz2pet /path/to/file  convert a local .tar.gz file to PET
 $SELF unpack /path/to/file   extract the given pkg file contents
 $SELF split /path/to/file    split package into DEV, DOC and NLS packages

ADVANCED EXAMPLES:

 Get info for all dependencies of Kodi:
  $SELF list-deps kodi | $SELF status -

 Remove all packages that depend on SDL:
  $SELF what-needs libSDL | pkg rm -

 Download and unzip all repo packages matching 'freeciv':
  cd /root/pkg; $SELF na freeciv | pkg d -; pkg ld freeciv | pkg unpack -"
