Created
April 16, 2024 19:46
-
-
Save louisroyer/54d6406517db638ab34135e004bf7f52 to your computer and use it in GitHub Desktop.
Find KM karaoke title from kid
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
#!/usr/bin/env bash | |
set -x | |
find ~/KaraokeMugen/repos/kara.moe/json/karaokes/ -type f -name '*.kara.json' \ | |
-exec jq --arg kid $1 '.data | select(.kid==$kid) | .titles' {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment