Antoine Barthelemy

Results 11 comments of Antoine Barthelemy

That would be a nice feature ! :+1:

Awesome, looking forward to use it !

Hi @justinb-shipt @NehaShipt thanks for this PR. Unfortunately, it doesn’t work due to breaking changes in the HPA structure in version 2. To address this, I’ve made a working PR...

More than that, would it be possible to specify other binaires ? Like skim (a rust version of fzf) If you allow me, I would be please to code this...

@TheKangaroo I think there is an easier way to fix your issue: https://github.com/junegunn/fzf/issues/1408 Use environment variables to change the behavior of `fzf` in your setup. Crazy example here: ```shell export...

An alias is a great choice if you do not want to modify your local `fzf` config. An example: ```shell alias kubectx="FZF_DEFAULT_OPTS=\" --height=80% --layout=default --border --reverse --info=inline --prompt='🔍 Find >...

Hi @MrHinsh , you need to specify a '.github/PULL_REQUEST_TEMPLATE.md' in your repository. cf: https://github.com/Ant0wan/openai-pr/blob/main/.github/PULL_REQUEST_TEMPLATE.md Have a nice day