diff options
| -rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..779b25b --- /dev/null +++ b/README.rst @@ -0,0 +1,3 @@ +I've got a "oneline" script in my ``~/bin/`` folder that I use when I want to edit many files that contain some text pattern in emacs.
+
+``ag`` is the silver searcher, ``-l`` outputs the matching file names only.
\ No newline at end of file |
