Last active
June 5, 2024 06:08
-
-
Save bluskript/a988fe73d9f9fda529eee70a64d8bb3b to your computer and use it in GitHub Desktop.
Tiny script to save toadua / Toaq glossary for offline viewing
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
| http post --content-type application/json https://toadua.uakci.pl/api { action: "search", query: ["term", ""] } | to json | save -f ./toadua.json | |
| open ./toadua.json | get results | where scope == en | select head body user | sort-by user | to html | save toadua.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment