https://github.com/mtimkovich/lz
like ls but lz-ier
https://github.com/mtimkovich/lz
ls
Last synced: over 1 year ago
JSON representation
like ls but lz-ier
- Host: GitHub
- URL: https://github.com/mtimkovich/lz
- Owner: mtimkovich
- License: mit
- Created: 2018-10-16T16:07:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T19:17:43.000Z (over 7 years ago)
- Last Synced: 2025-04-01T13:48:53.951Z (over 1 year ago)
- Topics: ls
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lz
`ls` but with simplified options and more accessible output.
## Installation
```
go get github.com/mtimkovich/lz
```
## Usage
```
usage: lz [] []
Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
-t, --time sort by modification time, oldest first
-s, --size sort by file size, smallest first
-r, --reverse reverse order while sorting
-l, --long use long listing format
Args:
[] show information about directory
```