==================================
bash beautify for Sublime Text 3
This is a Sublime Text 2/3 plugin allowing you to tidy up your shell code.
It uses a tool of beautify_bash
ctrl + shift + P
and type bashtidy
OSX: super + shift + alt + b
Win: ctrl + shift + alt + b
Linux: ctrl + shift + alt + b
you can click right mouse, select Prettify Bash
- Open the Sublime Text Packages folder
- OS X: ~/Library/Application Support/Sublime Text (2/3)/Packages/
- Windows: %APPDATA%/Sublime Text (2/3)/Packages/
- Linux: ~/.Sublime Text (2/3)/Packages/
- clone this repo and rename it to
SublimeBashTidy