Created
June 3, 2025 22:59
-
-
Save gingerbeardman/8e177bdd3460d45f29c3c9b3beab35b6 to your computer and use it in GitHub Desktop.
TSV/CSV to Markdown table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pbpaste | tr "," ";" | tr "\t" ',' | csvtomd -p 0 | sed 's/&/\&/g' | sed 's/|/ | /g' | sed 's/ */ /g; s/^ *//; s/ *$//' | sed 's/^/| /; s/$/ |/' | tr ';' ',' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alfred workflow CSV to MD Table.zip