Skip to content

Instantly share code, notes, and snippets.

@fengtan
Created August 17, 2023 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fengtan/b2d11946e74e414d0051eb4c29bb5ca1 to your computer and use it in GitHub Desktop.
Save fengtan/b2d11946e74e414d0051eb4c29bb5ca1 to your computer and use it in GitHub Desktop.
Turn Mattermost archive into readable format
jq -r '.posts[] | ("\u001b[34m" + (.created | fromdate | strftime("%c")) + "\u001b[32m " + .username + "\u001b[0m: " + .message)' < ./mattermost-channels.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment