# Tools

### Tools I use

* [My privacy tools](/privacy.md#what-i-use)
* [Text editor](/tools/text-editor.md) ([neovim](https://neovim.io/))
* Favourite [command line tools](/tools/cli.md)
* [GitBook](https://www.gitbook.com) - create books or documentation. It's also how I render markdown files in this wiki.
* [GitHub](http://github.com/) and [Gitlab](https://about.gitlab.com/) for hosting code.
* [Cloudflare pages](https://pages.cloudflare.com/), [GitHub pages](https://pages.github.com/), [Netlify](https://www.netlify.com/), [Vercel](https://vercel.com/) for hosting
* [Astro](https://astro.build/) for transforming markdown into static websites.
* [n8n](https://n8n.io/)- automate the boring stuff by getting all your apps and devices talking to each other.
* [transfer.sh](https://transfer.sh/) - easy file sharing from the command line.
* [Firefox Send](https://send.firefox.com/) with [ffsend](https://github.com/timvisee/ffsend) for simple and private file sharing.
* [Tiny Letter](https://github.com/psto/episteme/tree/bf7fe1e50e6e78b32f167343d2541fc195cb56b8/tinyletter.com) - a free personal newsletter by Mailchimp.
* [Todo.txt](http://todotxt.org/) from the [command line](https://github.com/todotxt/todo.txt-cli) - simple todo list based on a todo.txt file.
* [Hemingway App](https://hemingwayapp.com/) makes your writing bold and clear.
* [Grammarly](https://www.grammarly.com/) - eliminate errors from grammar and spelling to style and tone.
* [CodeSandbox](https://codesandbox.io) - an online editor that helps you create web applications.
* [gammastep](https://gitlab.com/chinstrap/gammastep) - adjusts the color temperature of your screen according to your surroundings.
* [Loom](https://www.useloom.com/) - communicate by sharing a video instead of a wall of text.
* [Wolfram Alpha](https://www.wolframalpha.com/)
* [Obsidian.md](https://obsidian.md/), [Web Clipper](https://obsidian.md/clipper) for notes and saving websites and [Zettlr](https://www.zettlr.com/) (a markdown editor).
* [paletton](http://paletton.com) and [color calculator](https://www.sessions.edu/color-calculator/) - pick a color scheme.
* [Kill the Newsletter!](https://www.kill-the-newsletter.com) - convert email newsletters into Atom feeds.
* [useful bookmarklets](/tools/bookmarklets.md)

## Links

* [Hacker Tools](https://hacker-tools.github.io) - make the most of the tools that hackers have been using for decades.
* [Uses This](https://usesthis.com/) - asking people from all walks of life what they use to get the job done.
* [Awesome Design Tools](https://github.com/LisaDziuba/Awesome-Design-Tools) - the best design tools for everything.
* [Awesome Research Tools](https://github.com/emptymalei/awesome-research) - a curated list of tools to help you with research.
* [/uses](https://uses.tech/) - a list of /uses pages detailing developer setups, gear, software and configs.


---

# 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://wiki.stojanow.com/tools.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.
