Browse
Run shell commands like git, rvm, rspec, ls, etc. with Bash, Zsh and others inside your Sublime Text 3.
Installs
Sublime Alehouse is a culinary establishment intent on creating the ultimate customer experience. From the moment you walk through the door, you will smell the waft of fresh bread coming from our in-house bakery, see the central bar with 56 taps and 2 casks of craft beer and small lot wines, and hear the buzz of customers exalting over their heavenly food and beverage choices. May 21, 2021 GPU Rendering. Sublime Text can now utilize your GPU on Linux, Mac and Windows when rendering the interface. This results in a fluid UI all the way up to 8K resolutions, all while using less power than before. Faster Rendering Using Hardware Acceleration from Sublime HQ on Vimeo.
- Total21K
- Win8K
- Mac6K
- Linux6K
Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 0 | 1 | 3 | 3 | 1 | 3 | 3 | 1 | 1 | 2 | 2 | 4 | 1 | 1 | 2 | 1 | 0 | 1 | 0 | 3 | 0 | 1 | 2 | 1 | 0 | 2 | 1 | 1 | 0 | 1 | 7 | 5 | 0 | 2 | 0 | 4 | 1 | 1 | 2 | 1 | 4 | 1 | 0 | 1 |
Mac | 0 | 3 | 0 | 0 | 1 | 0 | 4 | 1 | 0 | 0 | 1 | 2 | 3 | 0 | 1 | 1 | 0 | 1 | 0 | 3 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 4 | 0 | 1 | 0 | 0 | 1 | 4 | 0 | 0 | 0 | 0 | 2 | 4 | 1 | 1 | 2 | 0 | 2 |
Linux | 0 | 2 | 0 | 0 | 1 | 3 | 0 | 2 | 2 | 3 | 1 | 0 | 1 | 0 | 2 | 1 | 2 | 0 | 0 | 2 | 4 | 3 | 1 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 2 | 0 | 4 | 1 | 0 | 1 | 2 | 2 | 2 | 0 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Run shell commands like git, rvm, rspec, ls, etc. with Bash, Zsh and others inside your Sublime Text 3.
Fresh, Local Comfort Food And The Finest Beer At Sublime Alehouse
- Custom Shortcuts
- Common Problems
- Some Cool Demos
Command Palette
Shell Exec: Open shell_exec_open
Default Shortcuts
- Linux: ctrl + shift + c
- Mac: shift + super + c
- Windows: ctrl + shift + c
Settings
More Images For Sublime C Mac »
User/Preferences.sublime-settings
:
Custom Shortcuts
shell_exec_open
: Open Shell Exec box to input some command.
shell_exec_run
: Runs a predefined command.
User/Default (Linux).sublime-keymap
:
Command Format Syntax
Available variables:* ${input}
: Input from Shell Exec box.* ${region}
: Selected text.* ${row}
: Selected row number or the cursor position at file.* ${file_name}
: ShellExec.py* ${file}
: /home/user/.config/sublime-text-3/Packages/shell-exec/ShellExec.py* ${packages}
: /home/user/.config/sublime-text-3/Packages* ${file_base_name}
: ShellExec* ${platform}
: Linux* ${file_extension}
: py* ${file_path}
: /home/user/.config/sublime-text-3/Packages/shell-exec* ${folder}
: /home/user/.config/sublime-text-3/Packages/shell-exec
Common Problems
Sublime Text 3 C++ Mac
RVM Command, ~/.bashrc, ~/.bash_profile, ~/.zshrc…
You can load RVM and profile files with login mode:
Or… You can load a custom sh file:
my-config-loader-file.sh
: Loading ~/.bashrc simulating interactive shell:
my-config-loader-file.sh
: Loading RVM command:
Debugging
Just enable the debug to see panel outputs:User/Preferences.sublime-settings
: