Created
August 17, 2023 13:45
-
-
Save fengtan/b2d11946e74e414d0051eb4c29bb5ca1 to your computer and use it in GitHub Desktop.
Turn Mattermost archive into readable format
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
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