/suitup

Common bash commands, support zsh

Primary LanguageShellMIT LicenseMIT

Environment

  • Ubuntu
  • bash/zsh

Install

cd ~/Docuements
git clone https://github.com/ery/suitup.git
cd ~/Documents/suitup
./install.sh

Command

All commands hava a prefixed is "suitup".

  • Open current folder

      oc
    
      suitup-open-current
    
  • Open a file

      o a-file-path
    
      suitup-open a-file-path
    
  • Git show diff

      suitup-git-diff
    
  • Git commit

      suitup-git-commit [message]
    
  • Git commit push

      suitup-git-commit-push [message]