fifc
fifc copied to clipboard
🐠 Configurable fzf completions for fish shell
I notice taht "fifc rules" is only intended to be used in a interative fish shell spawn by fzf (by `$SHELL -c`). So I tweak the startup process so that...
hey, thank you for making such a great tool. this is my first pull request ever, so please be gentle. fzf ships with with a [wrapper-script](https://github.com/junegunn/fzf?tab=readme-ov-file#fzf-tmux-script) for tmux integration. `fzf-tmux...
**Describe the bug** I have the following folder Foo with subfolder Bar inside it. When I do `cd` and calling `fifc`, then I type `foo` `bar` and I see the...
**Describe the bug** The list of image display has issue and repeating the list every time we move the arrow. **To Reproduce** Steps to reproduce the behavior: Install fifc v0.1.1...
**Describe the bug** Exa is now unmaintained. I think we should switch to eza fork instead.
I use starship with fish. It works when you change the trigger char to any other.
Very nice plugin but, but it takes about 4-5 seconds to startup when opening terminal. After install, I did put `set -Ux fifc_editor ` (in my case `set -Ux fifc_editor...
The current fix accounts for 99% use cases, but it doesn't completely fix the problem, for example `~root` won't work. See comment by @kidonng in https://github.com/gazorby/fifc/pull/16#discussion_r945158930_ As per the [docs](https://fishshell.com/docs/current/cmds/cd.html#description),...
If fish is not the default user shell, the preview command fails due to a command not found error: ``` /run/current-system/sw/bin/bash: line 1: _fifc_action: Command not found. ``` **To Reproduce**...
**Describe the bug** Errors are printed while running the fisher uninstall hook. **To Reproduce** Steps to reproduce the behavior: ```console $ fisher remove gazorby/fifc fisher remove version 4.4.4 set: --erase:...