├── Commands ├── Execute Current File in Window.plist ├── Execute Line and Replace With Result.tmCommand ├── Execute Line.tmCommand ├── Make Current File Executable.plist ├── New Function.plist ├── Open directory in Terminal.plist ├── Toggle Backticks.plist ├── Validate Syntax.tmCommand └── man.plist ├── Preferences ├── Comments.plist ├── Folding.tmPreferences └── Miscellaneous.plist ├── README.mdown ├── Snippets ├── #!:usr:bin:env (!env).plist ├── #!:usr:bin:env bash.tmSnippet ├── #!:usr:bin:env sh.tmSnippet ├── #!:usr:bin:env zsh.tmSnippet ├── Tempdir.tmSnippet ├── Tempfile.tmSnippet ├── case .. esac (case).plist ├── do … done.tmSnippet ├── elif .. (elif).plist ├── for ... done (for).plist ├── for … in … done (forin).plist ├── here document (here).plist ├── if ... then (if).plist ├── until … (done).plist └── while … (done).plist ├── Syntaxes └── Shell-Unix-Bash.tmLanguage └── info.plist /Commands/Execute Current File in Window.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Commands/Execute Current File in Window.plist -------------------------------------------------------------------------------- /Commands/Execute Line and Replace With Result.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Commands/Execute Line and Replace With Result.tmCommand -------------------------------------------------------------------------------- /Commands/Execute Line.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Commands/Execute Line.tmCommand -------------------------------------------------------------------------------- /Commands/Make Current File Executable.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Commands/Make Current File Executable.plist -------------------------------------------------------------------------------- /Commands/New Function.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Commands/New Function.plist -------------------------------------------------------------------------------- /Commands/Open directory in Terminal.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Commands/Open directory in Terminal.plist -------------------------------------------------------------------------------- /Commands/Toggle Backticks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Commands/Toggle Backticks.plist -------------------------------------------------------------------------------- /Commands/Validate Syntax.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Commands/Validate Syntax.tmCommand -------------------------------------------------------------------------------- /Commands/man.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Commands/man.plist -------------------------------------------------------------------------------- /Preferences/Comments.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Preferences/Comments.plist -------------------------------------------------------------------------------- /Preferences/Folding.tmPreferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Preferences/Folding.tmPreferences -------------------------------------------------------------------------------- /Preferences/Miscellaneous.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Preferences/Miscellaneous.plist -------------------------------------------------------------------------------- /README.mdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/README.mdown -------------------------------------------------------------------------------- /Snippets/#!:usr:bin:env (!env).plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/#!:usr:bin:env (!env).plist -------------------------------------------------------------------------------- /Snippets/#!:usr:bin:env bash.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/#!:usr:bin:env bash.tmSnippet -------------------------------------------------------------------------------- /Snippets/#!:usr:bin:env sh.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/#!:usr:bin:env sh.tmSnippet -------------------------------------------------------------------------------- /Snippets/#!:usr:bin:env zsh.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/#!:usr:bin:env zsh.tmSnippet -------------------------------------------------------------------------------- /Snippets/Tempdir.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/Tempdir.tmSnippet -------------------------------------------------------------------------------- /Snippets/Tempfile.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/Tempfile.tmSnippet -------------------------------------------------------------------------------- /Snippets/case .. esac (case).plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/case .. esac (case).plist -------------------------------------------------------------------------------- /Snippets/do … done.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/do … done.tmSnippet -------------------------------------------------------------------------------- /Snippets/elif .. (elif).plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/elif .. (elif).plist -------------------------------------------------------------------------------- /Snippets/for ... done (for).plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/for ... done (for).plist -------------------------------------------------------------------------------- /Snippets/for … in … done (forin).plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/for … in … done (forin).plist -------------------------------------------------------------------------------- /Snippets/here document (here).plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/here document (here).plist -------------------------------------------------------------------------------- /Snippets/if ... then (if).plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/if ... then (if).plist -------------------------------------------------------------------------------- /Snippets/until … (done).plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/until … (done).plist -------------------------------------------------------------------------------- /Snippets/while … (done).plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Snippets/while … (done).plist -------------------------------------------------------------------------------- /Syntaxes/Shell-Unix-Bash.tmLanguage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/Syntaxes/Shell-Unix-Bash.tmLanguage -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textmate/shellscript.tmbundle/HEAD/info.plist --------------------------------------------------------------------------------