More descriptive alias#499
Conversation
|
This is a really neat feature. Can be tested with the following: cd /tmp
cd "$(mktemp -d -- "${PWD}/tmp.XXXXXXXXXX")"
git clone https://github.com/oldfatcrab/fzf-tab
git clone https://github.com/Freed-Wu/fzf-tab-source
> minzshrc << 'EOF'
autoload -Uz compinit
compinit
zstyle ':completion:*:descriptions' format '[%d]'
alias tree='tree -a -I .git'
source fzf-tab/fzf-tab.plugin.zsh
source fzf-tab-source/fzf-tab-source.plugin.zsh
EOFThen just run
|
This is my quick and dirty way to solve the problem mentioned in Aloxaf#394 Not even certain if this is the correct approach (not very efficient to me) - feel free to close mine and make another PR if a better approach exists. Short demo: https://youtu.be/L-Yml_kN9eU
|
@Sneethe at first I thought it was my branch is too old but it wasn't caused by that. I am not even certain that my change is proper because the searching is not (that) efficient. My recommendation is to check how On my machine I set it like this |
|
@Sneethe Actually I just (briefly) went through the code of fzf-tab-source, and I think it is better for you to submit a feature request - I think a code change on that side could yield more sufficient result. |

This is my quick and dirty way to solve the problem mentioned in #394
Not even certain if this is the correct approach (not very efficient to me) - feel free to close mine and make another PR if a better approach exists.
Short demo: https://youtu.be/L-Yml_kN9eU