Merge branch 'master' of github.com:hektor/dots

This commit is contained in:
2023-05-07 16:47:50 +02:00
5 changed files with 51 additions and 28 deletions

3
.bin/get-anki-decks Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
curl localhost:8765 -X POST -d '{action: deckNames, version: 6}' | jq '.result[]' -r