Skip to content

Commit b0a8516

Browse files
committed
Update README.
1 parent 7aec5fc commit b0a8516

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ All OS platforms for which a POSIX awk implementation is available. Special case
3333
* FreeBSD [»10](https://github.com/step-/JSON.awk/issues/10)
3434
* mac OSX [»15](https://github.com/step-/JSON.awk/issues/15)
3535

36-
Setup
37-
-----
36+
Installing
37+
----------
3838

3939
Add files JSON.awk and optionally callbacks.awk to your project and follow the
4040
examples.
@@ -67,6 +67,13 @@ Using callbacks to build a custom application ([FAQ 5](doc/FAQ.md#5)):
6767
awk -f your-callbacks.awk -f JSON.awk file.json
6868
```
6969

70+
Applications
71+
------------
72+
73+
* [Opera-bookmarks.awk](https://github.com/step-/opera-bookmarks.awk)
74+
Extract (Chromium) Opera bookmarks and QuickDial thumbnails.
75+
Convert bookmark data to SQLite database and CSV file.
76+
7077
Projects known to use JSON.awk
7178
------------------------------
7279

@@ -89,6 +96,7 @@ Credits
8996
2013-03-13, more than inspired version 1.0 of JSON.awk; without JSON.sh this
9097
project would not exist.
9198

92-
* [gron](https://github.com/tomnomnom/gron) for inspiration, and some test files,
93-
for library module [js-dot-path.awk](doc/library.md#js_dot_path).
99+
* [gron](https://github.com/tomnomnom/gron) for inspiration leading to
100+
library module [js-dot-path.awk](doc/library.md#js_dot_path), and for some
101+
test files.
94102

0 commit comments

Comments
 (0)