cyverse / gocommands

iRODS Command-line Tools written in Go
Other
28 stars 18 forks source link

Add a flag to ignore hidden files starting with `.` in the filenames #46

Closed iychoi closed 3 months ago

iychoi commented 3 months ago

Add a flag to ignore hidden files starting with . in the filenames

trel commented 3 months ago

or a flag to show the default-hidden dotfiles...

iychoi commented 3 months ago

I think we should add a flag to exclude rather than include to keep compatibility with icommands.

iychoi commented 3 months ago

Implemented in v0.9.12 https://github.com/cyverse/gocommands/releases/tag/v0.9.12