Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
934971e
Add PTY wrapper for the main process
isbm Jul 22, 2026
39fcff2
Add unit test for proxy
isbm Jul 22, 2026
ecba7f7
Start PTY right in front of the whole process
isbm Jul 22, 2026
28eee5b
Fix docstrings
isbm Jul 22, 2026
6f54a41
Update main readme badges
isbm Jul 22, 2026
d8cffc3
Just looks nicer :-)
isbm Jul 22, 2026
4854473
Add vscomm-based TUI proto for wrapping behaviour
Jul 27, 2026
758f157
Lintfixes
Jul 27, 2026
e3060bf
Add vscomm binary to talk from VM to the UI
Jul 27, 2026
ca0a2ca
Update on better TUI interaction
Jul 28, 2026
ed7c951
Linter
Jul 28, 2026
07d7a57
Add palette
isbm Jul 29, 2026
5d036e4
Add popups
isbm Jul 29, 2026
5bca4ae
Integrate popups (basic)
isbm Jul 29, 2026
4d6a6ae
Add first version of loading TUI
isbm Jul 29, 2026
4e63189
Add logging, fix autosizer
isbm Jul 29, 2026
36bffc4
Make a better logging, log everything and display
isbm Jul 29, 2026
c5104e3
Add password popup
isbm Jul 29, 2026
aff2a3c
Add password grabber from TUI
isbm Jul 29, 2026
24a446a
Update makefile for musl-based dist
isbm Jul 29, 2026
0df1cc5
Implement vsock communication with the outer TUI wrapper
isbm Jul 29, 2026
8e1d61d
Update docs
isbm Jul 29, 2026
1e6ab02
Fix first run
isbm Jul 29, 2026
d79352d
Updates on vt100 parsing to support required sequence
isbm Jul 30, 2026
eab7a22
stop tracking symlink
isbm Jul 30, 2026
3ea14ef
stop tracking crush symlink
isbm Jul 30, 2026
3e25ebd
Add UTF locale, update netdebug image adding complex rendering apps
isbm Jul 30, 2026
679765a
Fix symbols throughput
isbm Jul 30, 2026
451d604
Linter
isbm Jul 30, 2026
cf3929e
Lintfix
isbm Jul 30, 2026
00a5a78
Move tests outside
isbm Jul 30, 2026
fe7a0a6
Grab sudo password from the TUI popup
Jul 31, 2026
b6fcddc
Update images
Jul 31, 2026
32c18c2
Rework logging, cleanup STDOUT
Jul 31, 2026
bacc2d8
Do not always grab sudo password (NOPASSWD)
isbm Jul 31, 2026
c2c4bdf
Update versions
isbm Jul 31, 2026
a9c82f0
Use glamour widget input for password
isbm Jul 31, 2026
81a132b
Lints
isbm Jul 31, 2026
18e77c3
Hide when version string found on the screen frame
isbm Jul 31, 2026
24e8702
bugfix: fire on whole string contents, not just one cell
isbm Jul 31, 2026
f11736a
Update loading message
isbm Jul 31, 2026
76af48e
Bugfix on spinner view resize
isbm Jul 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ kata-static-*.tar.zst
/demo/netdebug/netdebug
/demo/opencode/opencode
.bunkerbox/
demo/crush/crush
Loading
Loading