From e0c5cab7c855fa53c3d3c113d819ed697a7962d4 Mon Sep 17 00:00:00 2001 From: iridiumR Date: Sun, 18 Sep 2022 22:30:39 +0800 Subject: [PATCH] chore: update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da0883a --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# fish - Yet another shell with C + +# TODO + +- [x] History save +- [x] Environment variable settings +- [ ] Color +- [ ] Completion +- [ ] Config dotfile support +- [ ] Multiple styles \ No newline at end of file