Install
openclaw skills install quicksort-markdownSort markdown file headings and nested content alphabetically to organize notes efficiently.
openclaw skills install quicksort-markdownSorts markdown headings and their nested content alphabetically by heading name, helping users organize notes quickly and reliably.
Sort a markdown file in place:
python quicksort_markdown.py notes.md -o sorted_notes.md
Sort markdown from stdin:
cat notes.md | python quicksort_markdown.py | tee sorted.md
$2.50