Skip to content
/ ll Public

Opinionated ls rewrite in Go 🧦

Notifications You must be signed in to change notification settings

antonmedv/ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

427fa3f Â· Mar 10, 2020

History

10 Commits
Mar 10, 2020
Jan 30, 2020

Repository files navigation

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

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

About

Opinionated ls rewrite in Go 🧦

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages