- Add
_GH_FZF_VIEWER
environmental variable to control viewer. Options areweb
(default),text
,id
,url
, andshort_url
. Theshort_url
shortens the url bygit.io
for GitHub andbitly
for GitLab. - Support aliases and extensions. For them,
ghf
andglabf
do not attempt applyingfzf
unless they do so by themseves (#5).
ghf
andglabf
extendsgh
andglab
, respectively.ghf
andglabf
gains thefzf
sub-subcommands which performs fuzzy selection on thelist
sub-subcommands.ghf
andglabf
peforms fuzzy selection on thelist
, and view the result on the web, i.e.ghf repo
is equivalent of `ghf repo fzf | ghf repo view --web'