# Tools & Workflow

- [Changing git commit email address](https://til.aldrinjenson.com/tools-and-workflow/changing-git-commit-email-address.md): Easy bash script to change the emails used in a git repo
- [Adding drag-drop from terminal in macOS](https://til.aldrinjenson.com/tools-and-workflow/adding-drag-drop-from-terminal-in-mac-os.md): Easy way to drag and drop from terminal to anywhere else in Mac OS
- [Compressing images from the CLI](https://til.aldrinjenson.com/tools-and-workflow/compressing-images-from-the-cli.md): Easy script using imagemagick to compress images from the terminal
- [Clone any website to local using HTTrack](https://til.aldrinjenson.com/tools-and-workflow/clone-any-website-to-local-using-httrack.md): Cool utility to clone any website
- [Fetching train availability in IRCTC](https://til.aldrinjenson.com/tools-and-workflow/fetching-train-availability-in-irctc.md): Easy way to fetch availability of all trains at once in IRCTC page


---

# 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://til.aldrinjenson.com/tools-and-workflow.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.
