Skip to content

Instantly share code, notes, and snippets.

@sakkke
Created December 29, 2023 10:29
Show Gist options
  • Save sakkke/2be6cc10bf551070c83e4f4637db9a5f to your computer and use it in GitHub Desktop.
Save sakkke/2be6cc10bf551070c83e4f4637db9a5f to your computer and use it in GitHub Desktop.
untar() { local tar="$1"; tar -tf "$tar" | fzf -m | tar -vxT - -f "$tar"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment