Readme formatting

This commit is contained in:
2026-02-22 04:22:22 +01:00
parent e80ea341e6
commit 2e5a7978b1

View File

@@ -2,7 +2,13 @@
*Here is an example for `jg` (javascript grep):*
```sh
grep --color=always -rin "$@" --include "*.js" --include "*.mjs" --exclude "*.min.js" --exclude-dir node_modules | grep-mtime-sorter | ansi-trunc -l 250
grep --color=always \
-rin "$@" \
--include "*.js" \
--include "*.mjs" \
--exclude "*.min.js" \
--exclude-dir node_modules \
| grep-mtime-sorter | ansi-trunc -l 250
```
## Global Installation