Created
October 29, 2023 00:12
-
-
Save darvid/06585b4c8b294841133834dc6293c277 to your computer and use it in GitHub Desktop.
πβ¨ Fuzzy cd with fd and fzf (adaptable to any shell)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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