/fish-fzfz

z with fzf

Primary LanguageShell

fish-fzfz

z with fzf functions on fish shell.

Installation

fisher add jethrokuan/fzf
fisher add jethrokuan/z
fisher add soata/fzfz

Functions

Label Function
__fzfz_cd cd (z -l | awk '{ print $2 }' | fzf )
__fzfz_list z -l | awk '{ print $2 }' | fzf

Dependency