update readme with roadmap

This commit is contained in:
2025-04-27 11:31:19 +02:00
parent ebd3d4008b
commit fdc923621e

11
README.md Normal file
View File

@@ -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