devkvlt / l

l is a simpler and graphically nicer version of ls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

l - list directory entries

l is like ls but simpler and graphically nicer. screenshot

Install

go install github.com/devkvlt/l

Usage

l path/to/directory

Or if you want to use the current directory as arg

l

Print directories only

l -d path/to/directory

Files only

l -f path/to/directory

Print last time entry was modified

l -m path/to/directory

About

l is a simpler and graphically nicer version of ls.


Languages

Language:Go 100.0%