# Introduction

1\) ZSH

Набагато полегшує роботу з командами і з деякими пакетами brew використовуючи TAB для кожної з них і інші круті фішки!

Щоб вийти на 4 директорії у zsh :

....

замість

../../../

у bash

2\) ACK - заміна для GREP і FIND одночасно. Дуже зручний пошук по файлам і строкам.

3\) TMUX - консоль-мультиплексор (Проганяти тести, дивитися логи, робити з shell і багато іншого і все на одному екрані!)

brew install tmux

tmux

Cmd+D - горизонтальний спліт

Cmd+Shift+D - вертикальний спліт

Cmd+Shift+Enter - подивитися всі сесії і розвернути звернути тільки одну вкладку

Cmd+W - закрити тєкущу консоль

Cmd + \[ - змінити на ліву консоль

Cmd+ ] - змінити на праву консоль

Cmd + Control + Up або Down - змінити висоту

Cmd+ Control + Left або Right - змінити ширину

4\) ITerm - консоль для MAC

5\) .dotfiles - крута утіліта для настройки $HOME

6\) ranger - маст хев для mac


---

# Agent Instructions: 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://spartaque07.gitbook.io/terminal-tools/master.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.
