All Projects → davidpeckham → Sublime Filterlines

davidpeckham / Sublime Filterlines

Licence: mit
Quickly find all lines matching a string or regular expression

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sublime Filterlines

sublime-text
Subime Text 相关资源收集整理
Stars: ✭ 62 (-65.36%)
Mutual labels:  sublime-text-3, sublime-package
Sublime Jekyll
A Sublime Text package for Jekyll static sites.
Stars: ✭ 160 (-10.61%)
Mutual labels:  sublime-text-3, sublime-package
CSSFontFamily
CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.
Stars: ✭ 15 (-91.62%)
Mutual labels:  sublime-text-3, sublime-package
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (-84.36%)
Mutual labels:  sublime-text-3, sublime-package
Code Faster
Sublime Text plugin for programming contests - loads codeforces problems right into your text editor with a single button.
Stars: ✭ 38 (-78.77%)
Mutual labels:  sublime-text-3, sublime-package
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (-72.63%)
Mutual labels:  sublime-text-3, sublime-package
Pipenv Sublime
A Sublime Text 3 plugin for Pipenv projects!
Stars: ✭ 65 (-63.69%)
Mutual labels:  sublime-text-3, sublime-package
Chromerepl
A Sublime Text plugin to execute JavaScript in Google Chrome
Stars: ✭ 347 (+93.85%)
Mutual labels:  sublime-text-3, sublime-package
Hayaku
Fuzzy abbreviations, support for preprocessors (Sass, Less, Stylus) and a lot of other features in easily configurable set of tools for writing CSS faster
Stars: ✭ 973 (+443.58%)
Mutual labels:  sublime-text-3, sublime-package
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+406.15%)
Mutual labels:  sublime-text-3, sublime-package
SublimeDiscordRP
📄 Discord rich presence for Sublime Text
Stars: ✭ 123 (-31.28%)
Mutual labels:  sublime-text-3, sublime-package
Hugofy Sublime
Hugo plugin for Sublime Text 3
Stars: ✭ 64 (-64.25%)
Mutual labels:  sublime-text-3, sublime-package
sublime-text-theme-switcher-menu
Painless theme selection in Sublime Text ⚡
Stars: ✭ 18 (-89.94%)
Mutual labels:  sublime-text-3, sublime-package
AFileIcon
Sublime Text File-Specific Icons for Improved Visual Grepping
Stars: ✭ 192 (+7.26%)
Mutual labels:  sublime-text-3, sublime-package
Sublime-uroboroSQL-formatter
Beautiful SQL Formatter for Sublime Text 3
Stars: ✭ 25 (-86.03%)
Mutual labels:  sublime-text-3, sublime-package
Sublime zk
A SublimeText3 package featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like inline image display, sophisticated tag search, note transclusion features, support for note templates, bibliography support, support for multiple panes, etc. to make working in your Zettelkasten a joy 😄.
Stars: ✭ 408 (+127.93%)
Mutual labels:  sublime-text-3, sublime-package
Languagetool Sublime
Proof-reading and grammar checker for English, French, German, Polish and 20+ other languages
Stars: ✭ 55 (-69.27%)
Mutual labels:  sublime-text-3, sublime-package
Carbonsublime
🚀 A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)
Stars: ✭ 104 (-41.9%)
Mutual labels:  sublime-text-3, sublime-package
Pythonimproved
The best Python language definition for Sublime Text - ever. Includes full support for Unicode, as well as both Python 2 and Python 3 syntax. Check out the Neon Color Scheme for highlighting.
Stars: ✭ 95 (-46.93%)
Mutual labels:  sublime-text-3
Dotfiles
Config for vim sublime awesome xmonad etc.
Stars: ✭ 140 (-21.79%)
Mutual labels:  sublime-text-3

Filter Lines

Quickly find all lines matching a string or regular expression in Sublime Text.

How to Filter

On the Edit > Line menu:

  • Include Lines With Regex ⌘+K ⌘+R
  • Include Lines With String ⌘+K ⌘+S
  • Exclude Lines With Regex
  • Exclude Lines With String

On the Edit > Code Folding menu:

  • Fold Excluding Regex
  • Fold Excluding String
  • Fold With Regex
  • Fold With String

On Windows and Linux, use ctrl instead of .

How to Install

Install with Package Control

  1. Install Sublime Package Control
  2. Open the command pallette ⌘+shift+P
  3. Select Install Package
  4. Select Filter Lines

Install with Git

  1. Open the Sublime Text package folder (see Sublime Text > Preferences > Browse Packages...)
  2. Clone this repo
  3. Restart Sublime Text

Demo

Filter Lines Demo

Thanks

Filter Lines is based on a Sublime Text plugin tutorial by Daniel Beck. If you want to write a plugin, Daniel's tutorial is a good place to start.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].