I'm curious if anyone would be up to adding a special addition to this program so I can use it in my 911 call center? I'm no programmer, I'd much rather be on a call with a suicidal
By itself, it already does great at finding files and folders we might be looking for.
What I'd like to add is a grep function that would go search in a txt file I have that has a ton of info in it, very similar to how a program like baregrep would work, but without all the regexp stuff - I don't need it.
If I could wave a magic wand, I'd like to hit a hotkey and start typing what I'm looking for, then have the filename results show up in one window and the grep results from this txt file show up right below it.
So for example if I type "k9", the top would return any files with K9 in the name like normal, but another section below would also return any line that had "k9" in it from my txt file.
As a 911 dispatcher, any chance we get to speed up how long it takes us to look something up is a huge bonus. I'd be willing to paypal some beer money to anyone who wants to work with me on this
Thanks!