This commit is contained in:
parent
c449dfcb5f
commit
559939e2f4
49 changed files with 729 additions and 252 deletions
5
.local/bin/scripts/gls
Executable file
5
.local/bin/scripts/gls
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
filter=(sed '/^\./d')
|
||||
[ "$1" = '-a' ] && filter=('cat') && shift
|
||||
git ls-files "$@" | "${filter[@]}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue