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

Hide Files

by dunckr ST2

Hide Files plugin for Sublime Text

Details

  • 2013.12.08.09.26.42
  • github.​com
  • github.​com
  • 12 years ago
  • 3 hours ago
  • 12 years ago

Installs

  • Total 111
  • Win 48
  • Mac 46
  • Linux 17
Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 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
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 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

HideFiles plugin for Sublime Text 2

Show and hide specific files easily.

Installation

  1. Using Package Control, install “HideFiles”

Or:

  1. Open the Sublime Text 2 Packages folder
- OS X: ~/Library/Application Support/Sublime Text 2/Packages/
- Windows: %APPDATA%/Sublime Text 2/Packages/
- Linux: ~/.Sublime Text 2/Packages/
  1. Clone this repo

Configuration

Change the hidefiles.sublime-settings:

{
  "coffee": ["*.js","*.md","*.json","*.txt"],
  "js": ["*.coffee","*.html","*.css"]
}

Where each property specifies the files in an array that are to be hidden when activated.

Commands

hide_files: Hides the files for the currently opened file type

show_files: Shows the files for the currently opened file type

Default Keymap

hide_files ctrl+shift+-

show_files ctrl+shift+=


License

MIT © Duncan Beaton