Go to file
Castor Gemini 73bc0f73aa fix(playback): Make playback independent of the filesystem
- Refactor the prettyFormat.go functions to render all content
  directly from the 'Content' fields of the protobuf messages.
- Remove all 'os.ReadFile' calls from the formatting logic.
- This ensures the 'playback' command is self-contained and works
  correctly on saved protobuf data where the original content files
  are no longer available.
2025-08-22 03:36:54 -05:00
resources day1 2025-08-21 10:52:40 -05:00
.gitignore day1 2025-08-21 10:52:40 -05:00
LICENSE GPL 2025-08-22 00:50:20 -05:00
Makefile GPL 2025-08-22 00:50:20 -05:00
argv.go find uuid 2025-08-22 03:15:41 -05:00
argvAutoshell.go stuff 2025-08-22 03:34:45 -05:00
control day1 2025-08-21 10:52:40 -05:00
doPlayback.go refactor(playback): Move formatting logic to prettyFormat.go 2025-08-22 03:26:39 -05:00
exit.go day1 2025-08-21 10:52:40 -05:00
main.go something 2025-08-22 03:22:52 -05:00
prettyFormat.go fix(playback): Make playback independent of the filesystem 2025-08-22 03:36:54 -05:00
structs.go make an --add <filename> option 2025-08-21 14:13:42 -05:00