A very minimal implementation of the ls command.
lsz currently supports macOS only. Linux and Windows support are planned.
lsz [path] [options]
If path is not provided, lsz lists the current directory.
| Option | Description |
|---|---|
-a |
Show all files, including hidden files |
-l |
Show output in long list format |
lsz /path -l -a
lsz /path -la
lsz -la /path
lsz
lsz /path -l
lsz /path -a
lsz -l
lsz -a
- macOS
- Linux
- Windows
Planned features:
- Linux and Windows support
-hfor human readable file sizes & timestamps-sfor sorting by one of the following criteria:- filesize
- name
- created date
- modified date
- accessed date
-srfor reverse sort