Skip to content

Instantly share code, notes, and snippets.

@louisroyer
Created April 16, 2024 19:46
Show Gist options
  • Save louisroyer/54d6406517db638ab34135e004bf7f52 to your computer and use it in GitHub Desktop.
Save louisroyer/54d6406517db638ab34135e004bf7f52 to your computer and use it in GitHub Desktop.
Find KM karaoke title from kid
#!/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