mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
commit
ffc36c2b18
1 changed files with 6 additions and 0 deletions
6
ls_mods/ls-hidden.nu
Normal file
6
ls_mods/ls-hidden.nu
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
def ls-hidden [
|
||||||
|
--dir(-d):any # The directory you want to list
|
||||||
|
] {
|
||||||
|
ls -a $dir | where { ($it.name | into string | str starts-with '.') }
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue