summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index f80f9b4..0000000
--- a/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-# LSD
-
-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).
-
-## Screenshot
-
-![image](https://raw.githubusercontent.com/Peltoche/lsd/assets/screen_lsd.png)
-
-## 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