Skip to content

Instantly share code, notes, and snippets.

View bluskript's full-sized avatar

mia bluskript

View GitHub Profile
@bluskript
bluskript / toadua-offline.nu
Last active June 5, 2024 06:08
Tiny script to save toadua / Toaq glossary for offline viewing
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