Remove the TODO section

This commit is contained in:
Peltoche 2018-12-11 16:07:47 +01:00 committed by Pierre Peltier
parent 9ffffe854e
commit bbf81ff144

View file

@ -19,7 +19,6 @@
* [Required](#required)
* [Optional](#optional)
- [Benchmark](#benchmark)
- [Todo](#todo)
- [Contributors](#contributors)
- [Credits](#credits)
@ -101,15 +100,6 @@ Result from `hyperfine --warmup 10 'lsd -la /etc/*' 'colorls -la /etc/*' --expor
| `lsd -la /etc/*` | 11.0 ± 0.5 | 9.9…13.0 |
| `colorls -la /etc/*` | 503.3 ± 5.6 | 494.6…513.4 |
## TODO
- [x] Handle the `-l` option (used by default for now)
- [x] Handle the `-a` option
- [x] Add icons before the files names
- [x] Handle all the file types (block/char/pipe/etc)
- [x] Handle the tree (`--tree`) output option
- [ ] Handle the json (`--json`) output option
## Contributors