diff --git a/.gitignore b/.gitignore index d4777d2..0206cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.idea/ + # ---> macOS # General .DS_Store diff --git a/duf/CHEATSHEET.md b/duf/CHEATSHEET.md new file mode 100644 index 0000000..81904be --- /dev/null +++ b/duf/CHEATSHEET.md @@ -0,0 +1,32 @@ +# duf + +## Meta + +Repo: https://github.com/muesli/duf + +## Usage + +```shell + » zbx duf +==> Running duf... +==> Executing duf... +╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ +│ 6 local devices │ +├─────────────────────────┬────────┬────────┬───────┬────────────────────────────┬─────────┬──────────────────────┤ +│ MOUNTED ON │ SIZE │ USED │ AVAIL │ USE% │ TYPE │ FILESYSTEM │ +├─────────────────────────┼────────┼────────┼───────┼────────────────────────────┼─────────┼──────────────────────┤ +│ / │ 233.5G │ 213.5G │ 19.9G │ ██████████████████ 91.5% │ apfs │ /dev/disk1s5s1 │ +│ /System/Volumes/Data │ 233.5G │ 213.5G │ 19.9G │ ██████████████████ 91.5% │ apfs │ /dev/disk1s1 │ +│ /System/Volumes/Preboot │ 233.5G │ 213.5G │ 19.9G │ ██████████████████ 91.5% │ apfs │ /dev/disk1s2 │ +│ /System/Volumes/Update │ 233.5G │ 213.5G │ 19.9G │ ██████████████████ 91.5% │ apfs │ /dev/disk1s6 │ +│ /System/Volumes/VM │ 233.5G │ 213.5G │ 19.9G │ ██████████████████ 91.5% │ apfs │ /dev/disk1s4 │ +│ /Volumes/ZXtBV4KAndhl │ 233.5G │ 213.5G │ 19.9G │ ██████████████████ 91.5% │ macfuse │ Cryptomator@macfuse0 │ +╰─────────────────────────┴────────┴────────┴───────┴────────────────────────────┴─────────┴──────────────────────╯ +╭─────────────────────────────────────────────────────────────────────────────────────────╮ +│ 1 special device │ +├────────────┬────────┬────────┬───────┬─────────────────────────────┬───────┬────────────┤ +│ MOUNTED ON │ SIZE │ USED │ AVAIL │ USE% │ TYPE │ FILESYSTEM │ +├────────────┼────────┼────────┼───────┼─────────────────────────────┼───────┼────────────┤ +│ /dev │ 228.0K │ 228.0K │ 0B │ ████████████████████ 100.0% │ devfs │ devfs │ +╰────────────┴────────┴────────┴───────┴─────────────────────────────┴───────┴────────────╯ +```