7b25ce9755083ed0564f276612572b98af881306
Usage
Here is an example for jg (javascript grep):
grep --color=always \
-rin "$@" \
--include "*.js" \
--include "*.mjs" \
--exclude "*.min.js" \
--exclude-dir node_modules \
| grep-mtime-sorter | ansi-trunc -l 250
Global Installation
HTTPS
sudo npm install -g 'git+https://gitea.efforting.tech/mikael-lovqvist/shell-utils.git#latest'
SSH
Caution
When you run
npmas sudo, it will not use your users git configuration or identity. For now HTTPS is recommended instead.
sudo npm install -g 'git+ssh://git.efforting.tech:mikael-lovqvist/shell-utils.git#latest'
Description
Languages
JavaScript
100%