lsd/README.md

26 lines
724 B
Markdown
Raw Normal View History

2018-11-24 11:10:10 +00:00
# LSD
A ls command with a lot of pretty colors.
## Description
This project is a rewrite of the super [colorls](https://github.com/athityakumar/colorls)
project in rust. For now it only handle the `-l` format (used by default).
2018-11-24 11:21:32 +00:00
2018-11-24 11:31:28 +00:00
## Screenshot
![image](https://raw.githubusercontent.com/Peltoche/lsd/assets/screen_lsd.png)
2018-11-24 11:21:32 +00:00
## TODO
- [x] Handle the `-l` option (used by default for now)
- [x] 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