# Trebejo v1.0.0 - Table of Contents

> System command wrappers for Elixir — safe Docker, Git, SSH, kubectl, process, network, compression and OS operations powered by Arrea.Command.

## Pages

- [Trebejo](readme.md)
- [Trebejo](readme-es.md)
- [Changelog](changelog.md)
- [MIT License](license.md)

## Modules

- [Trebejo.Image](Trebejo.Image.md): Shell-based image operations: sixel rendering, ASCII conversion,
and format conversion via external tools.

- Core
  - [Trebejo](Trebejo.md): Trebejo — Shell command wrappers and system utilities.
  - [Trebejo.Application](Trebejo.Application.md): OTP application entry point for Trebejo.

- System &amp; Platform
  - [Trebejo.OS](Trebejo.OS.md): Operating system information utilities for Apero.
  - [Trebejo.Proc](Trebejo.Proc.md): Process and executable utilities (shell-based operations).

- Containers
  - [Trebejo.Docker](Trebejo.Docker.md): Docker / Podman container lifecycle management.

- Network
  - [Trebejo.Network](Trebejo.Network.md): Network operations: ping, DNS, TCP port checks.

  - [Trebejo.SSH](Trebejo.SSH.md): SSH wrapper for remote command execution and file transfer.

- Orchestration
  - [Trebejo.Kubernetes](Trebejo.Kubernetes.md): Thin wrapper over `kubectl` for common operations.

- Source Control
  - [Trebejo.Git](Trebejo.Git.md): Git utilities for repository management, configuration and synchronisation.
  - [Trebejo.Git.Local](Trebejo.Git.Local.md): Local Git operations — clone, commit, pull, push, branch, stash, merge, etc.

- File System
  - [Trebejo.File](Trebejo.File.md): File system watching backed by `Apero.File.Watcher` and `Arrea.WorkerSupervisor`.
  - [Trebejo.File.IO](Trebejo.File.IO.md): I/O operations that depend on shell commands.

- Compression
  - [Trebejo.Compress](Trebejo.Compress.md): Universal compression and archive utilities.

