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

Hidden files #28

Open
MortezaBiabani opened this issue Jul 16, 2020 · 3 comments
Open

Hidden files #28

MortezaBiabani opened this issue Jul 16, 2020 · 3 comments
Assignees

Comments

@MortezaBiabani
Copy link

MortezaBiabani commented Jul 16, 2020

Hi,

Suppose we have hidden files in folders. But we do not want to announce how many hidden files we have.

Untitled

How to manage this section for display? Because in addition to the previous problem, this section does not display correctly for large file sizes.

Next,
Do we need other apps to manage hidden files and encryption, especially hidden or unhidden them in the file manager?

Best,
Morteza

@andersevenrud
Copy link
Member

Sorry, but I don't understand the questions in this issue.

Also:

But we do not want to announce how many hidden files we have.

This is never announced, and the screenshot you gave does not match up with the actual label set there.

@MortezaBiabani
Copy link
Author

How hidden files are created in Os.js. How do we want to manage them?

I did not see this feature in the mount point (https://manual.os-js.org/v3/guide/filesystem/) capability. Is it possible to do something at this level with a visibility feature?
It looks like we're writing code into VFS and then restricting the display of its icon.

Sorry, I took that figure from https://demo.os-js.org/. Of course, showing the number of hidden files is really a bug :). But suppose we have a system administrator and this feature is not bad for him :).

@andersevenrud
Copy link
Member

If you run on a Linux host there is no such thing as a "hidden" file. It's just prefixed with a dot, so .my-directory will be filtered out.

Sorry, I took that figure from https://demo.os-js.org

That demo is super old and not relevant.

@andersevenrud andersevenrud self-assigned this Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants