Skip to content

Instantly share code, notes, and snippets.

@chuckwagoncomputing
Created November 15, 2025 11:11
Show Gist options
  • Select an option

  • Save chuckwagoncomputing/8dfdea022a92f7c1ecf7e6a73e80288d to your computer and use it in GitHub Desktop.

Select an option

Save chuckwagoncomputing/8dfdea022a92f7c1ecf7e6a73e80288d to your computer and use it in GitHub Desktop.
Wiki to CSV for node map
(echo "from,to"; grep -Po '(?<=]\()((?!http)[^# /\n]+)(?=(#[^ /\n]*)?\))' !(_Sidebar).md 2>/dev/null | sed 's/\.md:/,/g' | sort | uniq) >map.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment