Skip to content

Commit 19901f0

Browse files
authored
Update Readme.md
1 parent d575366 commit 19901f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bbedit/Readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
Ref: https://gist.github.com/brokaw/95ade1358954cd97d0f2c8e992e14b08
22

3+
#### Making JSON Output More Readable with BBEdit
4+
35
1. Close bbedit and Place `pretty-json.sh` files in `~/Library/Application\ Support/BBEdit/Text\ Filters`
46

57
```shell
6-
# jq is faster than python
8+
# NOTE: jq is faster than python so skipping python based solution here
79
mv ~/Desktop/pretty-json.sh ~/Library/Application\ Support/BBEdit/Text\ Filters
810
```
911

1012
2. Restart bbedit.
1113
3. If you face issue in above file
1214
[refer](mac-configurations/python/fix-Errors.md)
15+
16+
- If you want to format entire file then go to option `Text` -> `Apply Text Filter` -> `pretty-json`
17+
- If you want to format only portion of file, then select portion of texts and then select option `Text` -> `Apply Text Filter` -> `pretty-json`

0 commit comments

Comments
 (0)