forked from mikael-lovqvist/shell-utils
Readme formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user