Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 307 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 307 Bytes

fzf_select_ghq_repository

fzf source to cd to repository using ghq.

Prerequisites

  • ghq
  • fzf

Installation

$ fisher unreliable-angels/fzf_select_ghq_repository

Example key binding

function fish_user_key_bindings
    ...

    bind \cg fzf_select_ghq_repository

    ...
end