Skip to content

Instantly share code, notes, and snippets.

@AdamGagorik
Created April 2, 2024 15:23
Show Gist options
  • Save AdamGagorik/307d291b7affc4f9e96f531216077cbc to your computer and use it in GitHub Desktop.
Save AdamGagorik/307d291b7affc4f9e96f531216077cbc to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
tr ':' '\n' <<< "$PATH" | fzf --no-sort | xclip -i -sel clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment