Skip to content

Instantly share code, notes, and snippets.

@JimOfLeisure
Created January 8, 2022 18:38
Show Gist options
  • Save JimOfLeisure/5c148130a58daf0dbea0a2d7f2d8594e to your computer and use it in GitHub Desktop.
Save JimOfLeisure/5c148130a58daf0dbea0a2d7f2d8594e to your computer and use it in GitHub Desktop.
Zoom chat to markdown quotes one-liner
sed -e 's/.*/> &/'| sed -e 's/.* to Everyone .*/\n&/' | pbcopy
# A cut-and-paste command. I'm using this then pasting the contents of a Zoom call chat
# The results are markdown-quoted messages with line breaks between each participant
# pbcopy is the Mac utility to capture to the clipboard. Linux & Windows may have different commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment