Created
January 8, 2022 18:38
-
-
Save JimOfLeisure/5c148130a58daf0dbea0a2d7f2d8594e to your computer and use it in GitHub Desktop.
Zoom chat to markdown quotes one-liner
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
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