Skip to content

Instantly share code, notes, and snippets.

@keyle
Created January 30, 2025 11:26
Show Gist options
  • Save keyle/92e9d33db86776ca067ef5be1973fd53 to your computer and use it in GitHub Desktop.
Save keyle/92e9d33db86776ca067ef5be1973fd53 to your computer and use it in GitHub Desktop.
dir finding with fzf
dir() {
cd "$(fd "^${*}" "${HOME}" --max-depth 2 --type d | fzf --select-1 --query "${*}")"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment