Skip to content

Instantly share code, notes, and snippets.

@darvid
Created October 29, 2023 00:12
Show Gist options
  • Save darvid/06585b4c8b294841133834dc6293c277 to your computer and use it in GitHub Desktop.
Save darvid/06585b4c8b294841133834dc6293c277 to your computer and use it in GitHub Desktop.
🐚✨ Fuzzy cd with fd and fzf (adaptable to any shell)
function fcd -d "fuzzy cd with fd + fzf"
cd (fd -t d "$argv" | fzf --scheme path)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment