🧹 Update .gitignore to include .idea directory

This commit is contained in:
2026-04-11 23:43:50 +08:00
parent de481424cf
commit 423a4ef09d
2 changed files with 34 additions and 0 deletions

32
duf/CHEATSHEET.md Normal file
View 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 │
╰────────────┴────────┴────────┴───────┴─────────────────────────────┴───────┴────────────╯
```