nu: add l as ls in a grid
This commit is contained in:
parent
df7e4085a9
commit
b18031ffc4
@ -825,3 +825,7 @@ def gst [] {
|
||||
def glog [] {
|
||||
git log --pretty=%h»¦«%aN»¦«%s»¦«%aD | lines | split column "»¦«" sha1 committer desc merged_at
|
||||
}
|
||||
|
||||
def l [pattern? = '.'] {
|
||||
ls $pattern | grid -c
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user