kurige / sublime-filterlines

Quickly find all lines matching a string or regular expression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter Lines

Quickly find all lines matching a string or regular expression.

  • Edit > Line > Filter With Regex ⌘+K ⌘+R
  • Edit > Line > Filter With String ⌘+K ⌘+S
  • Edit > Code Folding > Fold With Regex
  • Edit > Code Folding > Fold With String

On Windows and Linux, press the ctrl key instead of the key.

Feedback

https://github.com/davidpeckham/sublime-filterlines/issues

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.

About

Quickly find all lines matching a string or regular expression

License:MIT License


Languages

Language:Python 58.0%Language:JavaScript 42.0%