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

https://github.com/antonmedv/ll

Opinionated ls rewrite in Go 🧦
https://github.com/antonmedv/ll

Last synced: 3 months ago
JSON representation

Opinionated ls rewrite in Go 🧦

Awesome Lists containing this project

README

          

.-. .-.
| | | |
| `--.| `--.
`----'`----'

ll – a small utility to list files in the current directory.

# Why?
Because I wanted to display files in columns with git status.

# Rationalize
One entry per line for lots of files can't be fitted on a screen
and requires scrolling. With the multi-columns layout, space can be
used more efficiently. At the same time, git status information also
often required. Which makes usage of colors perfect job.

# Options or flags?
No.

# Screenshot
https://medv.io/assets/ll.png

# Alternatives?
alias ll='ls -la'
exa – https://github.com/ogham/exa