Metadata-Version: 2.1
Name: ignori
Version: 1.0.2
Summary: Generate .gitignore file without leaving the terminal.
Home-page: https://github.com/EGAMAGZ/ignori
License: MIT
Keywords: gitignore-generator,generator,ignori,tui,textual,textualize,developer-tool,tool
Author: Gamaliel Garcia
Author-email: 46827955+EGAMAGZ@users.noreply.github.com
Maintainer: Gamaliel Garcia
Maintainer-email: 46827955+EGAMAGZ@users.noreply.github.com
Requires-Python: >=3.11,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Typing :: Typed
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: textual (>=0.73.0,<0.74.0)
Project-URL: Bug Tracker, https://github.com/EGAMAGZ/ignori/issues
Project-URL: Repository, https://github.com/EGAMAGZ/ignori
Description-Content-Type: text/markdown

# Ignori

[![PyPI](https://img.shields.io/pypi/v/ignori)](https://pypi.org/project/ignori/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ignori)
![GitHub License](https://img.shields.io/github/license/egamagz/ignori)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Generate .gitignore file without leaving the terminal.
![Ignori screenshot](./assets/ignori_screenshoot.png "Ignori Screenshot")
Ignori was built with [Textual](https://github.com/textualize/textual)

## Why?

Normally, when I start a project from scratch or the project initialiser does not generate a gitignore file, I have to search for it. With this, the workflow will not be interrupted by having to google it.

## Credits

Created by Gamaliel Garcia / [@EGAMAGZ](https://github.com/EGAMAGZ)

## LICENSE

[MIT License](./LICENSE)

