sb [OPTIONS] [PATH]
List entries in the current directory:
sb
List entries in the current directory, including hidden entries:
sb -a
List entries in the current directory, including hidden entries, and sort by size:
sb -a --sort=s
List entries in the current directory, recursively, including hidden entries and format with emoji icons:
sb -aRe
-a
,--all
- do not ignore entries starting with .
-c
,--created
- display created at timestamp
-d
,--dirs
- show only directories
-e
,--emoji
- prepend entries with emojis (📄, 📁, 🔗)
-f
,--files
- show only files
-r
,--reverse
- reverse sort order
-R
,--recursive
- list directories recursively
-s
,--sort=WORD
- sort by WORD: name (
n
), ctime (c
), mtime (m
), size (s
)
- sort by WORD: name (
-S
,--size
- display size
-m
,--modified
- display modified at timestamp
-p
,--perms
- show permissions (
rwx
) for[root|group|user]
- show permissions (
Shikibetsu (識別) is licensed under the MIT License. See LICENSE for more information.