Streamer Mode
A "streamer mode" for Sublime Text 3.
Details
Installs
- Total 132
- Win 87
- Mac 30
- Linux 15
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime-StreamerMode (for Sublime Text 3)
(I apologize in advance for the cringey sellout message)
Do you stream programming and worried/have accidentally opened config files or the like with confidential data? Well, this plugin is the plugin for you.
Install
Available on Package Control! (still being processed at the time of commit, but should be OK soon™) Should be live now.
Manual install:
$ cd /Users/nicholastay/Library/Application Support/Sublime Text 3/Packages # or where your packages are
$ git clone https://github.com/nicholastay/Sublime-StreamerMode.git
# Tested with Sublime Text 3, build 3114.
Usage
- Open Sublime Text and open the Command Palette and use 'Streamer Mode: Toggle'.
- Open your Preferences (User) and add glob patterns to the hide list - access to those files will be hidden while streamer mode is active.
- Toggle streamer mode with that Command Palette option.
- When a restricted file is open you can use the Command Palette on that page and select 'Streamer Mode: Override' to force open the file.
Important Note(s)
- While Streamer Mode is active, you should not modify the
binary_file_patterns
prop in the user preferences. This is modified by Streamer Mode to hide your confidential files from the 'Goto Anything' menu and 'Find in Files'. You can, however, modify it while Streamer Mode is disabled.
Contributing
Contributions are highly valued, welcomed and appreciated whether it is just to file an Issue, or to even make a Pull Request. This is my first Sublime Text plugin as well as my first time using Python in a long time.
For Pull Requests, please direct them to the dev
branch, thanks.