Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paulfioravanti/218ee9b4e01a1e1a78a716c522f77952 to your computer and use it in GitHub Desktop.
Save paulfioravanti/218ee9b4e01a1e1a78a716c522f77952 to your computer and use it in GitHub Desktop.
Re-sort steno JSON file by key and overwrite said file with result
jq --sort-keys . steno-dict.json | sponge steno-dict.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment