You are not logged in.
Pages: 1
Hey, here is one of the scripts I made in 2011 and decided to update it recently.
It is a colorful "ls" alternative with additional file info. The script provides colorful highlighting, file information and some easy-to-read permission tags. In addition lls can draw folder trees with a total files/dirs count.
It is available in AUR, https://aur.archlinux.org/packages/lls/
Last edited by minerals (2015-05-03 14:03:26)
Offline
Thanks for posting, I like the switches to list only pictures or videos etc. Will try it out. Why not post the script here so bash gurus can give some suggestions? or maybe in the programming and scripting section.
You can like linux without becoming a fanatic!
Offline
The AUR link contains a link to the github repository, where you can read the script, chickenPie4tea.
Offline
This is pretty cute program. Thanks, minerals, for the contributions.
just looking around.
Offline
Thanks for posting, I like the switches to list only pictures or videos etc. Will try it out. Why not post the script here so bash gurus can give some suggestions? or maybe in the programming and scripting section.
yeah, that's kinda one of the main changes. You can now combine argument switches like show all (normal + hidden) text executable files:
lls -axt
.
The code itself is slow and looks kinda hackish:)
Offline
Very nice, I always love colors in my command lines xD
Offline
Pages: 1