chriscz / pysorter

A command line utility for organizing files and directories according to regex patterns.
Mozilla Public License 2.0
44 stars 17 forks source link

flag hidden files #22

Closed Skill-Zozo closed 7 years ago

Skill-Zozo commented 8 years ago

hidden files are normally being used by other programs, probably best to not mess with them unless the user gives the go ahead

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 96.512% when pulling 9c05208a40f4ef18ae6bc85143b943df2b730f00 on Skill-Zozo:flag_hidden_files into 75b8ba318fd9e8aad793b547a0665122402af95a on chriscz:master.

Skill-Zozo commented 8 years ago

Okay, this maybe me not being a pysorter power user but I haven't figured out a way to skip hidden files using the rules in filetypes. But I think pysorter is normally for visual effect you wanna see your directory all sorted and what not, one does not exactly care about files you can't see. Also I have ran pysorter on other machines and people complain that it moved hidden files and screwed around with their configs for other programs.

chriscz commented 8 years ago

The community should eventually decide whether or not they want the feature, since your argument is valid, I'll merge it after you make the suggested changes, and ensure that the tests pass! :)

chriscz commented 7 years ago

Closing due to non-response