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