FZF and zsh plugin released

Zsh Fzf Z Plugin Programming
2016-05-05

If you’re anything like me, you like fzf, you like zsh, and you oh-my-zsh’s z plugin.

However, although the z plugin does a great job of allowing you to switch between frequently-used directories just by typing z *somedirectorysubstring*, it doesn’t really easily allow you to browse those directories, with partial-string search.

I’ve written a zsh plugin which brings together the z plugin and fzf to allow you to easily browse recently used directories at any point on the command line. It’s hosted on GitHub - find out more there.