> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/os/mac.md).

# mac

- [Access All Screen And Video Capture Options](https://ploegert.gitbook.io/til/os/mac/access-all-screen-and-video-capture-options.md)
- [Access System Information On OS X](https://ploegert.gitbook.io/til/os/mac/access-system-information-on-osx.md)
- [Access Unsupported Screen Resolutions With RDM](https://ploegert.gitbook.io/til/os/mac/access-unsupported-screen-resolutions-with-rdm.md)
- [Clean Up Old Homebrew Files](https://ploegert.gitbook.io/til/os/mac/clean-up-old-homebrew-files.md)
- [Convert An HEIC Image File To JPG](https://ploegert.gitbook.io/til/os/mac/convert-an-heic-image-file-to-jpg.md)
- [Default Screenshot Location](https://ploegert.gitbook.io/til/os/mac/default-screenshot-location.md)
- [Disable Swipe Navigation For A Specific App](https://ploegert.gitbook.io/til/os/mac/disable-swipe-navigation-for-a-specific-app.md)
- [Display A Message With Alfred](https://ploegert.gitbook.io/til/os/mac/display-a-message-with-alfred.md)
- [Find The Process Using A Specific Port](https://ploegert.gitbook.io/til/os/mac/find-the-process-using-a-specific-port.md)
- [Gesture For Viewing All Windows Of Current App](https://ploegert.gitbook.io/til/os/mac/gesture-for-viewing-all-windows-of-current-app.md)
- [Insert A Non-Breaking Space Character](https://ploegert.gitbook.io/til/os/mac/insert-a-non-breaking-space-character.md)
- [List All The Say Voices](https://ploegert.gitbook.io/til/os/mac/list-all-the-say-voices.md)
- [Quickly Type En Dashes And Em Dashes](https://ploegert.gitbook.io/til/os/mac/quickly-type-en-dashes-and-em-dashes.md)
- [Require Additional JS Libraries In Postman](https://ploegert.gitbook.io/til/os/mac/require-additional-js-libraries-in-postman.md)
- [Resize App Windows With AppleScript](https://ploegert.gitbook.io/til/os/mac/resize-app-windows-with-applescript.md)
- [Resizing Both Corners Of A Window](https://ploegert.gitbook.io/til/os/mac/resizing-both-corners-of-a-window.md)
- [Run A Hardware Check](https://ploegert.gitbook.io/til/os/mac/run-a-hardware-check.md)
- [Run AppleScript Commands Inline In The Terminal](https://ploegert.gitbook.io/til/os/mac/run-applescript-commands-inline-in-the-terminal.md)
- [Set A Window To Its Default Zoom Level](https://ploegert.gitbook.io/til/os/mac/set-a-window-to-its-default-zoom-level.md)
- [Specify App When Opening From Command Line](https://ploegert.gitbook.io/til/os/mac/specify-app-when-opening-from-command-line.md)
- [Use Default Screenshot Shortcuts With CleanShot X](https://ploegert.gitbook.io/til/os/mac/use-default-screenshot-shortcuts-with-cleanshot-x.md)
- [View All Windows Of The Current App](https://ploegert.gitbook.io/til/os/mac/view-all-windows-of-the-current-app.md)


---

# 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://ploegert.gitbook.io/til/os/mac.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.
