<div dir="ltr"><div style>Hi Visconti,</div><div style><br></div><div style>To get something equivalent to "all /blabla":</div>In latest Textmate build, cmd-| ("|" is unix pipe character, not lowercase l or uppercase i) triggers "Filter through command". First select all text you want to search inside. Then press cmd-| You can then type "grep 'blabla'" as command. You can select how output will be handled. <div>

<br></div><div>Grep can do way more of course. For example, "grep 'foo\|bar'" will output lines containing either foo or bar. You can also exclude words. See <a href="http://stackoverflow.com/questions/4538253/grep-how-could-i-exclude-one-word">http://stackoverflow.com/questions/4538253/grep-how-could-i-exclude-one-word</a> for how.</div>

<div><br></div><div>I don't think there's a way to exclude/include lines interactively, but you can get pretty far by just editing the grep command, and rerunning it either on current result, or on the original text.<br>

<div><div><div><br></div><div style>Allan, there seems to be a bug (or is it a feature?) where if command output is null, the selected text is not replaced.</div></div></div></div><div style><br></div><div style>Meryn</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 25, 2013 at 10:05 PM, Visconti <span dir="ltr"><<a href="mailto:visconticc@yahoo.com" target="_blank">visconticc@yahoo.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<br>
I am new to Textmate and looking for a way to filter lines as I did with the<br>
old editor "kedit". It had commands like "all /blabla" to display only lines<br>
containing "blabla", "more /yesyes" to add the lines containing "yesyes" to<br>
the current line view, and "less /blabla" to hide again the lines containing<br>
"blabla" from the current view.<br>
<br>
I will be happy to get just the "all /blabla" functionality in Textmate,<br>
i.e. I'd like to filter out all lines containing (for example)<br>
"<onetwothree>" and either hide all the others or export all the<br>
"<onetwothree>" lines to another file.<br>
<br>
Is there a way to achieve that???<br>
<br>
Thanks<br>
<br>
Visconti<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://textmate.1073791.n5.nabble.com/Filtering-out-specific-lines-tp26423.html" target="_blank">http://textmate.1073791.n5.nabble.com/Filtering-out-specific-lines-tp26423.html</a><br>


Sent from the textmate users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
</blockquote></div><br></div>