Skip to content

Instantly share code, notes, and snippets.

@inez
Created July 16, 2021 18:24
Show Gist options
  • Save inez/fe99f4304701aac0a467ba33458b0455 to your computer and use it in GitHub Desktop.
Save inez/fe99f4304701aac0a467ba33458b0455 to your computer and use it in GitHub Desktop.
# brew install fzf
# brew install yq
# Add below line to `~/.aliases`
alias pick_targets="cat kochiku.yml | yq e '.targets[].type' - | fzf -m | tr '\n' ',' | sed 's/,$/\n/'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment