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

 

History

10 Commits
 
 
 
 

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

 
 
 

Languages