Skip to content

Instantly share code, notes, and snippets.

@erthalion
Created June 24, 2019 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erthalion/7f82cfaaf3acf6c4a44fa73c711b409d to your computer and use it in GitHub Desktop.
Save erthalion/7f82cfaaf3acf6c4a44fa73c711b409d to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
FILE=$1
cat $FILE | jq -c 'paths' | fzf --preview "cat $FILE | jq getpath\({}\) | bat -l json --color=always --style=grid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment