mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
Add a todo list inside the README
This commit is contained in:
parent
7d372c40e3
commit
3d5ebe1fd9
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue