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

# Basic Tools and Scripts

> ***How many times do I have to tell ya? The right tool for the right job!***
>
> Cmd. Montgomery Scott, USS Enterprise (*Star Trek V: The Final Frontier*)

## Introduction

This is the documentation page you can find on [Gitbook](https://www.gitbook.com/) following this [URL](https://thesfinox.gitbook.io/basic-scripts/). The repository is hosted on [Github](https://github.com) and you can access it at this [URL](https://github.com/thesfinox/basic-scripts).

![Basic tools, but no scripts](/files/-LinOHqcEm9isqChYb04)

These scripts are a simple implementation of basic tools to manage daily life tasks in a window manager such as i3. They span across several applications, from a productive use of the terminal to mounting hard drives and Android phones.

The scripts are based on personal experience and might not fit the exact needs of other users, but they will at least cover the basics for everyone.

## Description of the Tools

* attachtmux
* battery
* dbookmarks
* clipboard
* connectivity
* help
* layout
* partmount
* power
* screen-temperature
* status
* volume
* weather

## License

This work is licensed under the MIT license and as such «the software is provided "as is", without warranty of any kind.»


---

# 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://thesfinox.gitbook.io/basic-scripts/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.
