-
Notifications
You must be signed in to change notification settings - Fork 112
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
Save and load? #137
Comments
That would be interesting for some use-cases for sure and quite straightforward to implement I presume if one uses standard Rust serialization. |
@lachesis Can you describe your use case? It would help prfioritize this issue. |
Not that anyone asked me but I do occasionally use My main simple use case is that I have a bunch of old spinning HDDs connected to a low resource computer. I added HDDs slowly over time as I needed space so there was no scheme of what files were where. Too chaosy. So it was required to learn how space was being used then plan a way to move things around.
It's kind of like using And since it's json I guess you can do all kinds of things with it. I think it would be cool if |
Definitely CC @piotrwach :). |
I also have few use cases where having ability to load a file system walk from a file would be very useful:
Unfortunately the formats of listing.txt in both cases are quite different: find:
vs s3cmd
For what it is worth, I have changed |
ncdu has the options to output/input indexed folders:
which are quite handy for working/analyzing files on the remote server etc. - which are my use cases to manage large/complex folder/files. If dua can implement similar input/output format that will be terrific! The format is a json format: https://dev.yorhel.nl/ncdu/jsonfmt |
Is there a way to save the scan result and reimport it for interactive view? This would be similar to
ncdu
's-o
and-f
options.The text was updated successfully, but these errors were encountered: