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 133
  • Win 87
  • Mac 31
  • Linux 15
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23
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 1 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.