No description
Find a file
2018-11-24 15:43:04 +01:00
src Separate the meta into a new package 2018-11-24 15:43:04 +01:00
.gitignore Add the first functionalities 2018-11-12 13:34:25 +01:00
Cargo.lock Separate the meta into a new package 2018-11-24 15:43:04 +01:00
Cargo.toml Separate the meta into a new package 2018-11-24 15:43:04 +01:00
README.md Fix typo 2018-11-24 13:12:49 +01:00

LSD

A ls command with a lot of pretty colors.

Description

This project is a rewrite of the super colorls project in rust. For now it only handle the -l format (used by default).

Screenshot

image

TODO

  • Handle the -l option (used by default for now)
  • Handle the -a option
  • Add icons before the files names
  • Handle the ls without the -l option (indentation included)
  • Handle the tree (--tree) output option
  • Handle the json (--json) output option
  • Handle Named pipes
  • Handle sockets
  • Handle block devices
  • Handle character devices