Add a todo list inside the README

This commit is contained in:
Peltoche 2018-11-24 12:21:32 +01:00
parent 7d372c40e3
commit 3d5ebe1fd9
No known key found for this signature in database
GPG key ID: CED68D0487156952

View file

@ -6,3 +6,16 @@ A ls command with a lot of pretty colors.
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).
## 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