fold— pack a directory of text files into one markdown fileusagefold<dir># → <dir>.folded.mdunfold<file.folded.md># → <dir>/options-o <path>custom output path-foverwrite if output existsinstallcurl -sSLfold.dom.vin/skill| bash
fetch & installhttps://fold.dom.vin/skill
notes/├── monday.md├── tuesday.md└── summary.md
<!--fold:xk9@file path="monday.md"--># MondayTeam standup. Shipped the new parser.<!--fold:xk9@end--><!--fold:xk9@file path="tuesday.md"--># TuesdayDeploy day. Three PRs merged.<!--fold:xk9@end--><!--fold:xk9@file path="summary.md"--># SummaryGood week. Velocity up.<!--fold:xk9@end-->