fzf-tab
fzf-tab copied to clipboard
Replace zsh's default completion selection menu with fzf!
#### Describe the bug A clear and concise description of what the bug is. I can make sure: - [x] I am using the latest version of fzf-tab - [x]...
# Problem `nproc` does not exist in macOS, therefore the number of CPU cores is not taken, nor additional cores are not utilized on macOS during the `build-fzf-tab-module()` call. #...
# Abstract This PR reports a module build summary. ## Pitch The output of `make` is quite long, and while helpful, it is nice to have an extra one-line summary...
Add the current command to the environment to be able to e.g. display the man page in preview: ``` # Preview man page when completing options zstyle ':fzf-tab:complete:*:options' fzf-preview 'if...
**Describe the bug** zsh crashes when completing `ffmpeg -i` with p10k as the theme The code that causes the bug: https://github.com/Aloxaf/fzf-tab/blob/78b4cefb27dc2bef5e4c9ac3bf2bd28413620fcd/fzf-tab.zsh#L102 https://github.com/romkatv/powerlevel10k/blob/7b0698debf56c80f4e805164537c6401cb88ab2e/internal/p10k.zsh#L3208-L3211 https://github.com/zsh-users/zsh/blob/ce0660b7ba283e3208db28a8763796816a587259/Completion/Unix/Command/_ffmpeg#L109 https://github.com/zsh-users/zsh/blob/ce0660b7ba283e3208db28a8763796816a587259/Completion/Base/Utility/_call_program#L32 - Remove `COLUMNS=500` can fix this...
Currently if I type `cd ~/do` and press tab, it will complete to `cd ~/Downloads` I press enter, and it just confirms the completion above. There is really no reason...
In some environments, when I press tab and there is no valid completion, the cursor moves upwards. This is a recording demonstrating the problems: https://asciinema.org/a/PlF3DoOIeIQQRwpG40K2o5cpw In this recording, I first...
The [Fig Plugin Store](https://fig.io/plugins) supports 1-click install for 400+ shell plugins. We have over 100k users, thousands of whom manage their shell configuration with Fig. `fzf-tab` is already listed in...
**Is your feature request related to a problem? Please describe.** I have written a fzf-preview script that would show me the contents of files and directories during autocomplete. However when...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...