No description
Find a file
2018-11-24 12:31:28 +01:00
src Add some details on panics 2018-11-24 12:02:39 +01:00
.gitignore Add the first functionalities 2018-11-12 13:34:25 +01:00
Cargo.lock Change a lot of stuff 2018-11-16 14:19:07 +01:00
Cargo.toml Change a lot of stuff 2018-11-16 14:19:07 +01:00
README.md Add a screenshot to the README 2018-11-24 12:31:28 +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
  • Handle the ls without the -l option (indentation included)
  • Add icons before the files names
  • Handle the tree (--tree) output option
  • Handle the json (--json) output option
  • Handle Named piped
  • Handle sockets
  • Handle block devices
  • Handle character devices