Add command for listing anki decks
This commit is contained in:
3
.bin/get-anki-decks
Executable file
3
.bin/get-anki-decks
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
curl localhost:8765 -X POST -d '{action: deckNames, version: 6}' | jq '.result[]' -r
|
||||
Reference in New Issue
Block a user