# Overview

A collection of quick references and cheat sheets for assisting development.

* <https://refdocs.buymeasoda.com/>

## Notes

Examples in the code include placeholders in the format of `<identifier>`. Replace these identifiers with your own text.

## General

* [Android](https://refdocs.buymeasoda.com/general/android)
* [Apache](https://refdocs.buymeasoda.com/general/apache)
* [Fish](https://refdocs.buymeasoda.com/general/fish)
* [Git](https://refdocs.buymeasoda.com/general/git)
* [Github](https://refdocs.buymeasoda.com/general/github)
* [Gmail](https://refdocs.buymeasoda.com/general/gmail)
* [Homebrew](https://refdocs.buymeasoda.com/general/homebrew)
* [iOS](https://refdocs.buymeasoda.com/general/ios)
* [iTerm](https://refdocs.buymeasoda.com/general/iterm)
* [MacOS](https://refdocs.buymeasoda.com/general/macos)
* [MacPorts](https://refdocs.buymeasoda.com/general/macports)
* [Mamp](https://refdocs.buymeasoda.com/general/mamp)
* [Media](https://refdocs.buymeasoda.com/general/media)
* [Mercurial](https://refdocs.buymeasoda.com/general/mercurial)
* [MySQL](https://refdocs.buymeasoda.com/general/mysql)
* [Node](https://refdocs.buymeasoda.com/general/node)
* [npm](https://refdocs.buymeasoda.com/general/npm)
* [nvm](https://refdocs.buymeasoda.com/general/nvm)
* [Obsidian](https://refdocs.buymeasoda.com/general/obsidian)
* [PHP](https://refdocs.buymeasoda.com/general/php)
* [React Native](https://refdocs.buymeasoda.com/general/react-native)
* [Rust](https://refdocs.buymeasoda.com/general/rust)
* [Server](https://refdocs.buymeasoda.com/general/server)
* [Slack](https://refdocs.buymeasoda.com/general/slack)
* [Sourcegraph](https://refdocs.buymeasoda.com/general/sourcegraph)
* [Tools](https://refdocs.buymeasoda.com/general/tools)
* [Vim](https://refdocs.buymeasoda.com/general/vim)
* [VS Code](https://refdocs.buymeasoda.com/general/vs-code)
* [Yarn](https://refdocs.buymeasoda.com/general/yarn)

## Unix

* [Checksum and hash utilities](https://refdocs.buymeasoda.com/unix/checksum-and-hash-utilities)
* [Command line history](https://refdocs.buymeasoda.com/unix/command-line-history)
* [Command line keyboard shortcuts](https://refdocs.buymeasoda.com/unix/command-line-keyboard-shortcuts)
* [Compress files and folders](https://refdocs.buymeasoda.com/unix/compress-files-and-folders)
* [Crontab](https://refdocs.buymeasoda.com/unix/crontab)
* [Diff files and folders](https://refdocs.buymeasoda.com/unix/diff-files-and-folders)
* [Disk usage and file sizes](https://refdocs.buymeasoda.com/unix/disk-usage-and-file-sizes)
* [Find and search files](https://refdocs.buymeasoda.com/unix/find-and-search-files)
* [Firewall configuration](https://refdocs.buymeasoda.com/unix/firewall-configuration)
* [Help and manual pages](https://refdocs.buymeasoda.com/unix/help-and-manual-pages)
* [HostName and Local HostName for Mac OSX](https://refdocs.buymeasoda.com/unix/hostname-and-local-hostname-for-mac-osx)
* [Navigating the file system](https://refdocs.buymeasoda.com/unix/navigating-the-file-system)
* [Network, domains and routing](https://refdocs.buymeasoda.com/unix/network-domains-and-routing)
* [Run and manage background tasks](https://refdocs.buymeasoda.com/unix/run-and-manage-background-tasks)
* [Secure FTP SFTP and Secure Copy SCP](https://refdocs.buymeasoda.com/unix/secure-ftp-sftp-and-secure-copy-scp)
* [Secure Shell SSH](https://refdocs.buymeasoda.com/unix/secure-shell-ssh)
* [Sync files and folders](https://refdocs.buymeasoda.com/unix/sync-files-and-folders)
* [System and process management](https://refdocs.buymeasoda.com/unix/system-and-process-management)
* [System and user information](https://refdocs.buymeasoda.com/unix/system-and-user-information)
* [Useful characters](https://refdocs.buymeasoda.com/unix/useful-characters)
* [Useful commands](https://refdocs.buymeasoda.com/unix/useful-commands)
* [User, file and group permissions](https://refdocs.buymeasoda.com/unix/user-file-and-group-permissions)
* [Working with cURL](https://refdocs.buymeasoda.com/unix/working-with-curl)
* [Working with files and directories](https://refdocs.buymeasoda.com/unix/working-with-files-and-directories)
* [Working with text](https://refdocs.buymeasoda.com/unix/working-with-text)


---

# 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://refdocs.buymeasoda.com/readme.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.
