summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2018-12-11 16:07:47 +0100
committerPierre Peltier <dev@halium.fr>2018-12-11 16:30:40 +0100
commitbbf81ff14415167ded38e97d7a877ff1f57bb41e (patch)
tree541caa0365dae06d3132c28a0d7b0ccafadecf4b
parent9ffffe854e40688f590dc9e5e8fd5c7499c2f63c (diff)
Remove the TODO section
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index 4f5c87c..196de54 100644
--- a/README.md
+++ b/README.md
@@ -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