waveterm/waveshell/pkg/packet
Mike Sawka bff51c851a
sync command to synchronize shell state with wave prompt (#444)
* remove two unused packet types, remove unused detatched command code

* CmdStart is invalid in this command loop

* slight refactor, remove closure funcs

* pass rct through to 'handle' funcs

* deal with rct (running command), update handler funcs accordingly

* update for runningcmdtype to be a pointer in the map (for updates)

* lots of changes related to ephemeral commands (for sync), checkpoint

* fix ephemeral setting

* sync shell state when you switch to a new tab
2024-03-13 18:52:41 -07:00
..
combined.go add license notice (#37) 2023-10-16 21:31:13 -07:00
packet.go sync command to synchronize shell state with wave prompt (#444) 2024-03-13 18:52:41 -07:00
parser.go new wlog package to do distributed logging from waveshell back to wavesrv (#295) 2024-02-15 17:42:43 -08:00
shellstate_test.go zsh support (#227) 2024-01-16 16:11:04 -08:00
shellstate.go implement /reset:cwd (fix for #278) and more (#392) 2024-03-06 16:37:54 -08:00