Gitsmiles is a python powered project that originated from Angstrom Nitro.
Originally it started out as deployment tools,
then I realised that I could just stick a CLI on-top of it and call it a day!
Requirements:
- python3 
brew install python3 - A functional shell
 
git clone https://github.com/rhhen122/gitsmiles.git ~/gitsmiles/
~/gitsmiles/gitsmiles.sh installBash
Add the following to your .bashrc file to make it run on startup
  export PATH=$PATH:~/gitsmiles/Zsh
Add the following to your .zshrc file to make it run on startup
  export PATH=$PATH:~/gitsmiles/Fish
Run the following
  fish_add_path ~/gitsmiles/