Open
Description
macOS 15.5
tokei 12.1.2 compiled with serialization support: json, cbor, yaml
# Update content_summary.txt
printf "Info: Updating content_summary.txt\n"
tokei --sort code --no-ignore-parent --no-ignore-vcs --no-ignore-dot > "${SCRIPT_PATH}/content_summary.txt" || {
printf "Error: Failed to generate content_summary.txt.\n" >&2
return 1
} || true
cat "${SCRIPT_PATH}/content_summary.txt" || return 1
# Update content_long_list.txt
printf "Info: Updating content_long_list.txt\n"
tokei --sort code --files --no-ignore-parent --no-ignore-vcs --no-ignore-dot > "${SCRIPT_PATH}/content_long_list.txt" || {
printf "Error: Failed to generate content_long_list.txt.\n" >&2
return 1
} || true
cat "${SCRIPT_PATH}/content_long_list.txt" || return 1
Info: Updating content_long_list.txt
memory allocation of 18446744073709551615 bytes failed
./checkin_git.sh: Zeile 649: 66754 Abort trap: 6 tokei --sort code --files --no-ignore-parent --no-ignore-vcs --no-ignore-dot > "${SCRIPT_PATH}/content_long_list.txt"
Error: Failed to generate content_long_list.txt.
[2025-06-08_11-39-38] ERROR: General errors occurred in checkin_git.sh at line 1419 (error code: 1)
[2025-06-08_11-39-38] ERROR: Failed command: return 1
Edit
Metadata
Metadata
Assignees
Labels
No labels