Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Daxcor69 opened this issue Dec 8, 2020 · 3 comments
Open

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

Daxcor69 opened this issue Dec 8, 2020 · 3 comments
Labels

Comments

@Daxcor69
Copy link

Daxcor69 commented Dec 8, 2020

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

@coderaiser
Copy link
Owner

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

@Daxcor69
Copy link
Author

Daxcor69 commented Dec 9, 2020

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.

@coderaiser
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants