Add basic TUI support (#1)

This commit was merged in pull request #1.
This commit is contained in:
2026-01-25 20:57:36 +00:00
parent 59acdc48fa
commit 00f9075d0f
29 changed files with 5050 additions and 278 deletions

7
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/target
.qtcreator
.idea
**/target/**
**/.qtcreator/**
**/.idea/**
**/*.autosave/**