|
|
|
|
|
by atrettel
228 days ago
|
|
I'm working on a command-line tool for advanced full-text search of written documents. It works in a completely different way than grep, so it can do a lot of operations that grep fundamentally cannot like proximity searching. I called it Wosp for word-oriented search and print. I released the first functional version a few days ago: https://github.com/atrettel/wosp |
|