Files
crib/README.md
2025-12-10 22:07:54 +00:00

16 lines
439 B
Markdown

Copyright 2025 Syed Daanish
# Crib
A TUI IDE.
# TODO
- [ ] Add support for text selection.
- [ ] Add folding support.
- [ ] Add feature where doing enter uses tree-sitter to add newline with indentation.
1. it should also put stuff like `}` on the next line.
- [ ] Add support for brackets/quotes to auto-close.
- [ ] Add scm files for all the supported languages. (2/14) Done.
- [ ] Add support for wide characters with wrapping.