A command for when you have no idea wtf just happened
Run the following commands to install the wtf
command on your machine:
git clone https://github.com/cheesits456/bash-wtf.git
cd ./bash-wtf
sudo ./wtf.sh --install
After the installation completes, you can safely delete the cloned repo if you wish:
cd .. && rm -rf ./bash-wtf
If you wish to remove the wtf
command from your system, simply execute the following in a terminal:
sudo wtf --uninstall
wtf [options]
-e
,--edit
: Open your user-specific config in nano-h
,--help
: Display help message and exit-i
,--install
: Install the 'wtf' command globally-r
,--reset
: Reset your user-specific config to default-u
,--uninstall
: Remove the globally installed command-V
,--version
: Display version information and exit