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

https://github.com/angrykoala/wizard

Easy-to-use script to install custom scripts or binaries
https://github.com/angrykoala/wizard

bash wizard

Last synced: about 2 months ago
JSON representation

Easy-to-use script to install custom scripts or binaries

Awesome Lists containing this project

README

          

Wizard
======
_by @angrykoala_

Small bash script to easily install/remove scripts and binaries.

All scripts installed with wizard will be moved into `/usr/local/bin`, to use wizard, just execute and give the name of the script or binary to install

To setup wizard, just type `bash wizard wizard`

> You may need to use `sudo`

## How To
wizard normal use is `wizard [scripts/binaries]` to install the scripts and binaries provided as arguments

Also, wizard admits some options: "wizard [-option] [files]"
* install [files]: same as using no options
* help: show information about the use of wizard and options
* remove [files]: removes the installed files (only those in `/usr/local/bin`)
* removeall: removes all the files installed in `/usr/local/bin`
* list: list all the files installed in `/usr/local/bin`
* copy [files]: copy installed files with wizard into your actual directory

----

Wizard is Open Source (GPL 3.0) and can be found on Github: https://github.com/angrykoala/wizard
For further documentation check the wiki: https://github.com/angrykoala/wizard/wiki