tmux-fingers icon indicating copy to clipboard operation
tmux-fingers copied to clipboard

Can't detect dotfiles

Open strogiyotec opened this issue 4 years ago • 3 comments

Good day. I'm using this plugin in order to stage files inside git repository folder. However this plugin doesn't detect dotfiles. Here is an example image As you can see two files were detected while .gitignore was skipped. Is it possible to configure this plugin to detect dotfiles ? I use the latest version of this plugin. Tmux version is 3.0a

strogiyotec avatar Jun 14 '20 04:06 strogiyotec

It' not possible right now, but will be soon in the next release, as you'll be able to define patterns with capturing groups, so you'll be able to do something like:

set -g @fingers-patterns-0 '^ *modified: *(?<capture>.*)$

I'll close this issue once I make the release ( I accidentally rewrote the whole project :joy: )

You can try it on on feature/ruby-rewrite branch, but it's super unstable and buggy right now.

Morantron avatar Jun 15 '20 15:06 Morantron

@Morantron thank you for response, are you going to rewrite whole project from bash to ruby ?

strogiyotec avatar Jun 15 '20 16:06 strogiyotec

@Morantron thank you for response, are you going to rewrite whole project from bash to ruby ?

yes, bash scarred me for life :joy:

Morantron avatar Jun 15 '20 18:06 Morantron

git status output is now supported by default

in the end I rewrote the thing in crystal, not ruby

Morantron avatar Sep 27 '23 14:09 Morantron