Skip to content

zsoltf/lsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

lsr

Pretty ls with ruby

Features

Easy to read permissions split by group, gradient colored sizes and times.

Supports standard ls options with the addition of -P to hide permissions in a long list.

Installation

Clone repo and place lsr somewhere in your path.

git clone https://github.com/zsoltf/lsr.git
# inspect unknown files before running them
vim lsr/lsr  
# copy the script to your local bin
cp lsr/lsr ~/bin
# in case ~/bin is not in the path or doesn't exist
mkdir ~/bin
echo 'export PATH:$PATH:$HOME/bin' >> ~/.bashrc

Screenshots

Long Listing

lsr -l

Sort by Time

lsr -lt

Sort by Size

lsr -lS

About

pretty ls with ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages