feat: add fullscreen TUI with illwill

- New screens: Main Menu, Compile, Run, REPL, AI Generator, AI Settings, Help
- AI configuration persisted in ~/.config/cljnim/config.json
- Navigate with arrow keys, Enter, Escape
- illwill added as dependency in cljnim.nimble
This commit is contained in:
2026-05-09 01:51:28 +03:00
parent d697ee60c9
commit 2bc64eca22
5 changed files with 953 additions and 1 deletions
+1
View File
@@ -8,3 +8,4 @@ bin = @["cljnim"]
# Dependencies
requires "nim >= 2.0.0"
requires "illwill >= 0.4.0"