Bug#1013356: fzf: Bash completions not active by default

2023-11-17 Thread Christoph Anton Mitterer
On Fri, 2023-11-17 at 08:40 +0100, Bastian Venthur wrote: > If bash completion is not enabled on purpose, I would > consider this behaviou a bug. But I believe just enabling the bash > completion > by default would be the better solution. In any case, please do not enable the fzf-completion (i.e.

Bug#1013356: fzf: Bash completions not active by default

2023-11-16 Thread Bastian Venthur
Package: fzf Version: 0.42.0-1+b3 Followup-For: Bug #1013356 X-Debbugs-Cc: vent...@debian.org Dear Maintainer, there's also this weird behaviour, that wile bash completion is not enabled by default, it will be enabled once you do: fzf ** after that a cd ** works as expected. If bash

Bug#1013356: fzf: Bash completions not active by default

2023-09-29 Thread Christoph Anton Mitterer
Hey folks. I filed an issue upstream at: https://github.com/junegunn/fzf/issues/3457 which describes the situation leading to this bug and discusses possible solutions. The main problem is IMO, that right now, fzf's completion.bash file contains both, code for: a. completing options for fzf

Bug#1013356: fzf: Bash completions not active by default

2023-09-27 Thread Christoph Anton Mitterer
Just for the records: The workaround I've proposed before (using something like /etc/bash_completion.d/fzf) may not be the best way either. I'm looking into what should be done (see also discussion at https://github.com/scop/bash-completion/issues/1055), but perhaps the ideal solution would

Bug#1013356: fzf: Bash completions not active by default

2023-09-25 Thread Christoph Anton Mitterer
Hey. A workaround would be what the git package does with: /etc/bash_completion.d/git-prompt which sources: /usr/lib/git-core/git-sh-prompt which in turn provides: __git_ps1() and some others that are thereby unconditionally loaded by every bash instance. I've asked upstream whether there

Bug#1013356: fzf: Bash completions not active by default

2023-09-21 Thread Bastian Venthur
Package: fzf Version: 0.42.0-1+b2 Followup-For: Bug #1013356 X-Debbugs-Cc: vent...@debian.org Hi, i can confirm this issue. I wonder is there a reason why the bash completion is not enabled by default? Other packages provide their bash completions by default as well and it is certainly the

Bug#1013356: fzf: Bash completions not active by default

2023-07-09 Thread sodaqx+9gfblr460dt0k
Package: fzf Version: 0.38.0-1+b1 Followup-For: Bug #1013356 Dear Maintainer, I confirm that this issue exists in fzf in the version released in Debian 12 (bookworm) stable. The only thing that needs changing is documenting the workaround in the /usr/share/doc/fzf/README.Debian so that people

Bug#1013356: fzf: Bash completions not active by default

2022-12-06 Thread Bastian Venthur
Package: fzf Version: 0.35.1-1 Followup-For: Bug #1013356 X-Debbugs-Cc: vent...@debian.org I can confirm that this issue still exists, bash completion is only available after you did: fzf Cheers, Bastian -- System Information: Debian Release: bookworm/sid APT prefers unstable APT

Bug#1013356: fzf: Bash completions not active by default

2022-06-22 Thread Matthijs Kooijman
Package: fzf Version: 0.30.0-1+b1 Severity: normal Hi, README.Debian says: Note, since fzf 0.29.0-1, the bash completion is installed for bash by default. Feel free to ignore the following instruction for fzf >= 0.29.0-1. It seems this means that the completion is installed as