clustergit icon indicating copy to clipboard operation
clustergit copied to clipboard

feat: ensure repo path is separated by space to help with copy paste

Open ypid opened this issue 1 year ago • 0 comments

In terminals like xfce4-terminal, double clicking on a word selects the whole word. : is not included in the default "word chars". This patch allows to select the whole path with a double click. Before this patch, the colon was included.

Before:

./path     : Changes
./long/path: Changes

After:

./path      : Changes
./long/path : Changes

ypid avatar Nov 20 '24 17:11 ypid