mirror of
https://github.com/lsd-rs/lsd
synced 2025-01-18 22:43:59 +00:00
Update the todo list inside the README
This commit is contained in:
parent
125cfbaa19
commit
862c248f40
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@ 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).
|
||||
project in rust.
|
||||
|
||||
## Screenshot
|
||||
|
||||
|
@ -16,7 +16,6 @@ project in rust. For now it only handle the `-l` format (used by default).
|
|||
- [x] Handle the `-l` option (used by default for now)
|
||||
- [x] Handle the `-a` option
|
||||
- [x] 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
|
||||
|
|
Loading…
Reference in a new issue