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
- Host: GitHub
- URL: https://github.com/angrykoala/wizard
- Owner: angrykoala
- License: gpl-3.0
- Created: 2014-05-16T09:50:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T14:36:21.000Z (almost 9 years ago)
- Last Synced: 2025-06-01T03:08:59.159Z (about 1 year ago)
- Topics: bash, wizard
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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