wingo-contrib is a small and simple program to install, upgrade and search
scripts in the contrib repository.
Scripts are installed in $XDG_CONFIG_HOME/wingo/scripts, which is
usually at ~/.config/wingo/scripts.
If you have Go installed, go get will work:
go get github.com/wingowm/wingo-contrib
It's also in the Archlinux User Repository.
wingo-contrib command [arguments]
The commands are:
info show information about script
install add scripts from wingo-contrib
list lists all installed scripts from wingo-contrib
search find scripts by searching descriptions
upgrade update a script
In essence, install is used when first adding a script. Once a script is
added, it can be updated at any time with upgrade. The upgrade command is
useful because it knows about configuration files and will never destroy your
changes.