fold
Folders as files.
fetch & install
https://
fold.dom.vin/skill
copy
or run
curl -sSL fold.dom.vin/skill | bash
$
fold --help
fold
— pack a directory of text files into one markdown file
usage
fold
<dir>
# pack → <dir>.folded.md
unfold
<file.folded.md>
# unpack → <dir>/
options
-o <path>
custom output path
-f
overwrite if output exists
install
curl -sSL
fold.dom.vin/skill
| bash
unfolded
.folded.md
notes/
├──
monday.md
├──
tuesday.md
└──
summary.md
3 files · can't paste a directory ·
fold ./notes → ✓
<!--
fold:
xk9
@file path=
"monday.md"
-->
# Monday
Team standup. Shipped the new parser.
<!--fold:xk9@end-->
<!--
fold:
xk9
@file path=
"tuesday.md"
-->
# Tuesday
Deploy day. Three PRs merged.
<!--fold:xk9@end-->
<!--
fold:
xk9
@file path=
"summary.md"
-->
# Summary
Good week. Velocity up.
<!--fold:xk9@end-->