/ Terminal

m-cli - Add some more power to your OSX command line

I love working on the Mac terminal. I just came across the rgcr/m-cli:  Swiss Army Knife for Mac OS X.

It is basically a set of cool administrative commands made accessible through the command line!

First, to install m-cli to the FISH shell the instructions are:

#Install m-cli
curl -fsSL https://raw.githubusercontent.com/rgcr/m-cli/master/install.sh | sh

#Add m-cli to fish
echo "set -gx PATH \$PATH /usr/local/m-cli" >> ~/.config/fish/config.fish

Just restart fish and you should be all set!

The whole command list available is in the usage section!

m-cli in action!