Created
October 3, 2021 01:42
-
-
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
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 --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