Skip to content

Instantly share code, notes, and snippets.

@gingerbeardman
Created June 3, 2025 22:59
Show Gist options
  • Save gingerbeardman/8e177bdd3460d45f29c3c9b3beab35b6 to your computer and use it in GitHub Desktop.
Save gingerbeardman/8e177bdd3460d45f29c3c9b3beab35b6 to your computer and use it in GitHub Desktop.
TSV/CSV to Markdown table
pbpaste | tr "," ";" | tr "\t" ',' | csvtomd -p 0 | sed 's/&/\&/g' | sed 's/|/ | /g' | sed 's/ */ /g; s/^ *//; s/ *$//' | sed 's/^/| /; s/$/ |/' | tr ';' ','
@gingerbeardman
Copy link
Author

gingerbeardman commented Jun 3, 2025

Alfred workflow CSV to MD Table.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment