We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-only
-json
-only fuse
duf -only local -json
duf -only special -json
duf -all
duf -only fuse
$ duf --version duf 0.8.1 $ uname -a Linux venquore 6.10.3 #1-NixOS SMP PREEMPT_DYNAMIC Sat Aug 3 07:01:09 UTC 2024 x86_64 GNU/Linux $ nixos-version 24.11.20240811.a58bc8a (Vicuna)
The text was updated successfully, but these errors were encountered:
duf/main.go
Line 50 in ae480f3
--json is supposed to print all devices
--json
duf/groups.go
Lines 80 to 88 in ae480f3
--only fuse shows only fuse devices, but each device also has to be a valid storage device
--only fuse
For example, I can see 4 fuse devices with --all, but only the first one that is actually an object storage mounted with JuiceFS can be recognized.
--all
Sorry, something went wrong.
No branches or pull requests
To Reproduce
json not filtering:
duf -only local -json
orduf -only special -json
only fuse not working:
duf -all
duf -only fuse
System Information
The text was updated successfully, but these errors were encountered: