Skip to content

Instantly share code, notes, and snippets.

@PetrGlad
Created September 4, 2026 17:15
Show Gist options
  • Select an option

  • Save PetrGlad/43d47983eda5b0f71f8236e6e2168fc2 to your computer and use it in GitHub Desktop.

Select an option

Save PetrGlad/43d47983eda5b0f71f8236e6e2168fc2 to your computer and use it in GitHub Desktop.
fdfind+fzf directory selector
function c() { if selected=$(fdfind --type directory . "$@" | fzf); then cd $selected; fi }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment