diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..60902ff --- /dev/null +++ b/README.markdown @@ -0,0 +1,19 @@ +mgrep +===== + +Personal grep wrapper for searching logs and other large caches of text files +lazily and interactively. + +I wrote this to search my IRC logs in a quick and lazy way, but you could use +it for any sort of quick-recursive-grep interactive task, hopefully. + +"mgrep" is short for "my grep". + +License +------- + +Copyright (c) [Tom Ryder][1]. Distributed under [MIT License][2]. + +[1]: https://sanctum.geek.nz/ +[2]: http://opensource.org/licenses/MIT + |