This commit is contained in:
Marc Beninca 2025-07-27 20:26:17 +02:00
parent 64d37d934f
commit cc8472dba2
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
6 changed files with 0 additions and 0 deletions

15
sh/tui/tree.sh Normal file
View file

@ -0,0 +1,15 @@
# tree
#| tree
#= t
rwx_tree() {
tree \
"${@}"
}
#= ta
rwx_tree_all() {
rwx_tree \
-a \
"${@}"
}