ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Streamer Mode

by nicholastay ST3

A "streamer mode" for Sublime Text 3.

Details

Installs

  • Total 128
  • Win 85
  • Mac 28
  • Linux 15
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 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
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 1 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.