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
  • 10 years ago
  • 1 hour ago
  • 10 years ago

Installs

  • Total 111
  • Win 48
  • Mac 46
  • Linux 17
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14
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