gitextract_i2r9ry5d/ ├── .github/ │ └── stale.yml ├── .gitignore ├── LICENSE.md ├── README.md ├── mac └── mac-cli/ ├── completion/ │ ├── bash_completion │ └── fish_completion ├── misc/ │ └── help ├── plugins/ │ ├── brew │ ├── dns │ ├── general │ ├── git │ ├── network │ ├── performance │ ├── search │ ├── ssh │ └── volume └── tools/ ├── install ├── uninstall └── update