Module: Doing::PromptFZF
- Included in:
- Prompt
- Defined in:
- lib/doing/prompt/fzf.rb
Overview
Methods for working installing/using FuzzyFileFinder
Instance Method Summary collapse
-
#fzf ⇒ String
Get path to fzf binary, installing if needed.
-
#install_fzf(force: false) ⇒ String
Install fzf on the current system.
-
#uninstall_fzf ⇒ Object
Remove fzf binary.
-
#which_fzf ⇒ String
Return the path to the fzf binary.