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 🧦
- Host: GitHub
- URL: https://github.com/antonmedv/ll
- Owner: antonmedv
- Created: 2020-01-24T18:29:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T10:36:12.000Z (over 5 years ago)
- Last Synced: 2025-04-04T06:24:11.220Z (8 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 48
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
- awesome-cli-apps - ll - `ls` with git status. (Files and Directories / Directory Listing)
- fucking-awesome-cli-apps - ll - `ls` with git status. (Files and Directories / Directory Listing)
- awesome-cli-apps-in-a-csv - ll - ls with git status. (<a name="ls"></a>File listing (alternatives to ls))
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