🧹 Update .gitignore to include .idea directory
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
.idea/
|
||||||
|
|
||||||
# ---> macOS
|
# ---> macOS
|
||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
32
duf/CHEATSHEET.md
Normal file
32
duf/CHEATSHEET.md
Normal file
@@ -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 │
|
||||||
|
╰────────────┴────────┴────────┴───────┴─────────────────────────────┴───────┴────────────╯
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user