Go to file
Castor Gemini 684503fd07 fix(playback): Correct content indentation logic
- Refactor the word-wrapping algorithm in 'printContent' to
  ensure every line of conversational text is correctly
  prepended with a tab character.
- This fixes the issue where only the first line of a wrapped
  paragraph was being indented.
2025-08-22 05:31:35 -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 something new 2025-08-22 04:23:28 -05:00
add.go refactor(add): Create dedicated addFile function 2025-08-22 03:45:34 -05:00
argv.go something new 2025-08-22 04:23:28 -05:00
argvAutoshell.go something new 2025-08-22 04:23:28 -05:00
control day1 2025-08-21 10:52:40 -05:00
doPlayback.go jesus 2025-08-22 05:00:08 -05:00
exit.go day1 2025-08-21 10:52:40 -05:00
main.go something new 2025-08-22 04:23:28 -05:00
prettyFormat.go fix(playback): Correct content indentation logic 2025-08-22 05:31:35 -05:00
structs.go make an --add <filename> option 2025-08-21 14:13:42 -05:00