qarmin/czkawka

Limit 'file name' column's width %

Open

#169 opened on Dec 31, 2020

View on GitHub
 (0 comments) (2 reactions) (0 assignees)Rust (1,018 forks)batch import
PR welcomeenhancementhelp wanted

Repository metrics

Stars
 (30,339 stars)
PR merge metrics
 (Avg merge 4d 13h) (6 merged PRs in 30d)

Description

When it needs to list atleast one really long file name. It might happen that the File Name column gets so wide that it causes the 'Path' column to not even visible without scrolling. Might be confusing to people who don't realize the box has a horizontal scrollbar.

I'd suggest forcing a max % width on the File Name column so that Path is always visible atleast. (people can manually change the width of course, but default should be that percentage i think)

Contributor guide