dots/.bin/get-anki-decks

4 lines
112 B
Plaintext
Raw Permalink Normal View History

2023-05-04 02:54:51 +02:00
#!/usr/bin/env bash
2024-01-28 21:20:49 +01:00
curl 127.0.0.1:8765 -X POST -d '{"action": "deckNames", "version": 6}' | jq '.result[]' -r