Commit graph

14 commits

Author SHA1 Message Date
9b87c02744 make linters happy
fix typos, less short and more idomatic variable names, package comments, etc.
2024-07-30 11:43:54 -07:00
940a2fc14f add flag to filter by file mode 2024-07-15 21:05:21 -07:00
40ef230a4f make test function names more consistent 2024-07-15 21:02:26 -07:00
97e51dd2d9 move filter test to its own package 2024-07-15 20:59:46 -07:00
77e4f01a49 move some logging around 2024-07-15 20:56:29 -07:00
15bd040deb make filter Match on info instead of 9001 args 2024-07-15 20:15:20 -07:00
dff6c62e56 revert filter.showhidden to filter.ignorehidden
because blank filter should show all files
2024-07-03 10:17:08 -07:00
a5654af0ff add min and max size filters
parsed by humanize
2024-06-30 18:39:23 -07:00
75370f719a make filter.Match a bit easier to read 2024-06-30 18:17:42 -07:00
b26ac28b7d reverse hidden flag; ignore hidden files by default 2024-06-30 15:59:14 -07:00
f78bec0a27 add filters for file/dir only and ignoring hidden 2024-06-19 20:23:05 -07:00
5467d7a549 make filter clean input filenames 2024-06-19 19:19:07 -07:00
6794b3a9b2 add reverse glob and regex filters 2024-06-19 19:19:06 -07:00
cc1523034b initial commit, it does the thing 2024-06-19 19:19:06 -07:00