Metadata-Version: 2.3
Name: tmgit
Version: 0.1.1
Summary: tmgit is an opinionated git wrapper built with Typer to automate the commands I use the most during my workday to match my workflow.
Requires-Dist: platformdirs>=4.10.0
Requires-Dist: typer>=0.25.1
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# That's My Git

`tmgit` is an opinionated git wrapper built with [Typer](https://typer.tiangolo.com/) to automate the commands I use the most during my workday to match my workflow.

Hopefully you can find it useful too! :D

## Context

Along the years I've been improving my professional workflow by leveraging scripts and aliases for the terminal. I have published those in [Daily Utils](https://github.com/TiagoMauricio/daily-utils). My current challenge is that I have to manually add those utils to every computer I interact with, so I thought it was an interesting exercise to attempt creating a CLI for general distribution.

## Installation

### Using pip

```bash
pip install tmgit
```

## Contributing

Contributions are welcome.

If you’d like to improve `tmgit`:

1. Fork the repository
2. Create a feature branch
3. Commit your changes
4. Open a pull request

---

## License

MIT License

