Hello, congratulations for the software, I am using it for years and changed the way I work in windows.
For example, I generate a lot of files in my everyday work and I just add key words to the filename, like a prefix working as a date code, for example, 18A01 is created in January (A) the first, 2018, and 15L31 is December (month 'L'), 2015. Also, multiple tags in folder/file names help finding.
The extreme speed of searching together with the complex queries make me save "fake" empty files in which the filename is something like a log of my work everyday, for example: '18J06 posting a new topic in Void forums, check answers next day çSoft.log"
Sorry for the long introduction. I am really writing to ask for a text editor which can apply the search engine beneath this software to filter all the lines in the text file and showing only those fitting the search query (the same interface of the software but oriented to lines in a text file, not to filename". I have tried a lot of other file search programs and noone is so fast and clean as the result window of Search Everything.
Thank you for your attention and sorry in the case you find the suggestion a little bit out of the software main scope
Jaime Muñoz
Sevilla, Spain
Search Everything concept applied to filtering text files
Re: Search Everything concept applied to filtering text files
Thank you for the information in that thread, I have found very usefull the CSVQF autohot key script for doing what I need.
Well, my file is plain text and have no fields, but I can manage that (for example adding a "fake" field, like line number). Also, the CSVed is very usefull!!
Another option that I tested was glogg http://glogg.bonnefon.org/index.html, is exactly what I need, but can not apply rules, just one simple query.
Best regards, Jaime Muñoz
Well, my file is plain text and have no fields, but I can manage that (for example adding a "fake" field, like line number). Also, the CSVed is very usefull!!
Another option that I tested was glogg http://glogg.bonnefon.org/index.html, is exactly what I need, but can not apply rules, just one simple query.
Best regards, Jaime Muñoz
Re: Search Everything concept applied to filtering text files
What do you mean by rules?jmfsbt wrote:glogg [..] is exactly what I need, but can not apply rules, just one simple query.
BTW: I think you might like Text Filter too.
Re: Search Everything concept applied to filtering text files
By rules I mean combining queries with Booleans like AND, OR and NOT. With Search everything you can write several words in any order and you get the files matching all the words.
However, most of the software searching for text in files does not do that. Of course you can use regular expressions, but they are much more complicated than the simple syntax of everything.
In the case of glogg, you cannot write something like “DOG AND CAT”, or “DOG NOT CAT”, you can write only one word.
I would like to find a text editor in which you can filter all the lines and then edit those matching the query, keeping all the other lines hidden. Should be very nice to include the search engine working in the Search Everything.
Jaime
However, most of the software searching for text in files does not do that. Of course you can use regular expressions, but they are much more complicated than the simple syntax of everything.
In the case of glogg, you cannot write something like “DOG AND CAT”, or “DOG NOT CAT”, you can write only one word.
I would like to find a text editor in which you can filter all the lines and then edit those matching the query, keeping all the other lines hidden. Should be very nice to include the search engine working in the Search Everything.
Jaime
Re: Search Everything concept applied to filtering text files
Then you should definitely take a look at Text Filter.
There is hardly any documentation, but you can use queries like, or
EDIT: Forget about what I just said. You are looking for an editor, not a viewer ....
Can't help you with that.
There is hardly any documentation, but you can use queries like
cat dog
dog cat
dog -cat
EDIT: Forget about what I just said. You are looking for an editor, not a viewer ....
Can't help you with that.
Re: Search Everything concept applied to filtering text files
No, no, thanks a lot for Text filter, it is very usefull for me ! !
Maybe in a future I will try to develop an editor by myself...
Best regards, Jaime
Maybe in a future I will try to develop an editor by myself...
Best regards, Jaime
Re: Search Everything concept applied to filtering text files
Thank you NotNull for bringing Text Filter.
This program looks almost exactly what I searched for with CSV Viewer program.
It missing a Text Input field for typing in a char/string as a separator, so you get a spreadsheet view.
and RTL support.
plugin, voidText?
This program looks almost exactly what I searched for with CSV Viewer program.
It missing a Text Input field for typing in a char/string as a separator, so you get a spreadsheet view.
and RTL support.
I don't know how much void is interested with bringing text searching to Everything.Maybe in a future I will try to develop an editor by myself...
plugin, voidText?
Re: Search Everything concept applied to filtering text files
You're welcome!
-
- Posts: 8
- Joined: Sun Jun 16, 2013 4:38 pm
Re: Search Everything concept applied to filtering text files
Checkout SublimeText, with its powerful plugin API, it is able to do what you want. And configurable with hotkeys and custom behavior.
https://superuser.com/questions/452189/ ... ime-text-2
https://github.com/davidpeckham/sublime-filterlines - the Demo image here shows exactly your use case.
https://superuser.com/questions/452189/ ... ime-text-2
https://github.com/davidpeckham/sublime-filterlines - the Demo image here shows exactly your use case.