SublimeBashTidy
SublimeBashTidy copied to clipboard
bash beautify for Sublime Text 2/3
SublimeBashTidy
==================================
bash beautify for Sublime Text 3
About
This is a Sublime Text 2/3 plugin allowing you to tidy up your shell code.
It uses a tool of beautify_bash
Usage
Command
ctrl + shift + P
and type bashtidy
KeyBinding
OSX: super + shift + alt + b
Win: ctrl + shift + alt + b
Linux: ctrl + shift + alt + b
Mouse Menu
you can click right mouse, select Prettify Bash
Install
- 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