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