> For the complete documentation index, see [llms.txt](https://appsecurity.gitbook.io/devops/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appsecurity.gitbook.io/devops/operacionnye-sistemy/macos.md).

# MacOS

iTerm2 - Надстройка над терминалом

kdiff3 - windiff для мака

homebrew - пакетный менеджер (есть [Web страничка](https://formulae.brew.sh/formula/) с поиском пакетов)

Запись экрана: Cmd-Shift-5, а потом на панели сенсорной выбираем значок записи экрана (можно выбрать запись только выбранной области). После этого, достаточно будет щелкнуть и запись начнется. Вот такой значок:

![](/files/-MHua1I1i789_e6aXFDk)

pbcopy/pbpast — скопировать/вставить из/в консоль  из/в клипбоард на маке (команда встроена)

DaisyDisk — программа (платная, 10$), которая наглядно показывает как распределено дисковое пространство по пользователям и папкам.

nload — утилита (ставится через brew) для визуализации объема трафика на сеть (`nload -ni en0`). Стрелками перемещаемся на нужный интерфейс

`Command + Shift + . (dot)` — отобразить скрытые файлы


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://appsecurity.gitbook.io/devops/operacionnye-sistemy/macos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
