From fdc923621e38d6d122958c72da2c6c06a7260868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Dom=C3=ADnguez=20Ochoa?= Date: Sun, 27 Apr 2025 11:31:19 +0200 Subject: [PATCH] update readme with roadmap --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d25509 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Simplicitty + +## Roadmap + +1. [ ] Complete keyboard input handling (arrow keys, backspace, etc.) +2. [ ] Implement a PTY interface to spawn and communicate with processes +3. [ ] Add support for terminal protocols (ANSI escape sequences) +4. [ ] Implement scrollback buffer and viewport scrolling +5. [ ] Add color and text styling support +6. [ ] Implement clipboard integration +7. [ ] Add configuration options