You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Sublime Text plugin that filters lines containing a string or matching a regular expression. Searches are case sensitive by default and use the Python regular expression syntax.
3
+
Quickly find all lines matching a string or regular expression in Sublime Text 3.
4
4
5
-
Works with Sublime Text 2 and 3.
6
-
7
-
*[How to install](#how-to-install)
8
-
*[Available actions](#available-actions)
9
-
*[Feedback](#feedback)
10
-
*[Demo](#demo)
11
-
12
-
## How to install ##
13
-
14
-
### Package Control ###
15
-
16
-
Install Will Bond's [Package Control](https://sublime.wbond.net/installation), and then:
17
-
18
-
* In the Command Palette, choose `Package Control: Install Package`
19
-
* Search for `Filter Lines` and install it
20
-
21
-
### Github ###
22
-
23
-
Go to your Sublime Text "Packages" directory (`Preferences` / `Browse Packages...`).
Filter Lines is based on a Sublime Text 2 [plugin tutorial by Daniel Beck](http://superuser.com/questions/452189/how-can-i-filter-a-file-for-lines-containing-a-string-in-sublime-text-2). If you want to write a plugin, Daniel's tutorial is a good place to start.
0 commit comments