An open API service indexing awesome lists of open source software.

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

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
```