decors / fish-ghq

ghq completion and keybinding for fish shell
MIT License
108 stars 26 forks source link

add support for skim #10

Closed ndac-todoroki closed 4 years ago

ndac-todoroki commented 4 years ago

This PR adds support for skim. Skim is an alternative of fzf, written in Rust and with a new fuzzy-search algorithm.

This PR just allows user to select skim, and shows it in the Readme :)

thanks!

decors commented 4 years ago

Thanks for PR! I tried it, but I got an error.

ERROR: 'skim' not found.

skim executable is sk on my macOS.

ndac-todoroki commented 4 years ago

Ah sorry! The git version wasn't tested :( (I've tested with my local fish file edited...)

Fixed the script and README!