Metadata-Version: 2.1
Name: auto-gitignore
Version: 1.0.0
Summary: Create gitignore template with autocompletion.
Home-page: https://github.com/Mux-Mastermann/gitignore
Author: Jan Knorr
Author-email: jan.hhc+dev@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: prompt-toolkit

# auto-gitignore

![](gitignore_demo.gif)

Create **gitignore** files right from your command line. Choose your templates faster than ever with **autocompletion**.

## Installation

auto-gitignore can be installed via `pipx`.

```py
pipx install auto-gitignore
```

You don't know pipx, yet? pipx is a tool to help you install and run end-user applications written in Python. In a way, it turns Python Package Index (PyPI) into a big app store for Python applications. You should definitely [check it out](https://pipxproject.github.io/pipx/).

## Usage

```py
$ gitignore
```
If you want to test the app before installation, the following command will run the app in a temporary environment:

```py
$ pipx run auto-gitignore
```
If a `.gitignore` file already exists in your current directory you can choose to append or overwrite.

## Credits

This app uses the [gitignore.io](https://gitignore.io/) API so credits go out to them.

Big thanks to creators of [pipx](https://pipxproject.github.io/pipx/) for turning PyPI in a big app store.

