cloudcmd icon indicating copy to clipboard operation
cloudcmd copied to clipboard

Is it possible to exclude .{hidden} from file/dir list?

Open Daxcor69 opened this issue 4 years ago • 3 comments

Is it possible to exclude . files from the list of dir and files?

Daxcor69 avatar Dec 08 '20 23:12 Daxcor69

No, but it's a good idea for a pull request :). And first place for this could be readify.

coderaiser avatar Dec 09 '20 09:12 coderaiser

I would love to help in the project. I am just not a strong nodejs coder yet. I would be afraid of putting my hacked code into something that others would use. I will have a look and see what the code looks like maybe it is easy.

Daxcor69 avatar Dec 09 '20 16:12 Daxcor69

Ok,

  • [ ] we can start from making raw boolean, not string type="raw" (it's not really hard, there is plenty tests);
  • [ ] then we can introduce new boolean option dot, which is enabled by default, but, can be disabled;
  • [ ] readify used by flop, this change will be pretty simple;
  • [ ] then restafary should be updated;
  • [ ] then client side should be updated;
  • [ ] then we can add new option showHiddenFiles to Cloud Commander's config.

coderaiser avatar Dec 09 '20 17:12 coderaiser