|
|
|
Ask HN: Grep like tools for full text search?
|
|
9 points
by joiguru
1596 days ago
|
|
Hello, Like many in this community, I maintain my notes in text files.
I am looking for command line tools that I can use to index and search them. Are there existing tools that do that?
My google skills are are not producing good results. Thanks |
|
https://www.lesbonscomptes.com/recoll/
There is a GUI, but it has a perfectly serviceable command-line interface as well. For example, this command lists all files with the exact phrase 'moved permanently':
And this command finds all files ending in '.py' and under a directory called 'Dropbox' that contain the exact words "import" and "logging": It can take some time and effort to configure, but I have found it to be well worth it.