Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 318 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 318 Bytes

fzf_select_github_repository

fzf source to cd to repository in $HOME/GitHub.

Prerequisites

  • fzf

Installation

$ fisher unreliable-angels/fzf_select_github_repository

Example key binding

function fish_user_key_bindings
    ...

    bind \cg fzf_select_github_repository

    ...
end