Skip to content
/ ignori Public

Generate .gitignore file without leaving the terminal.

License

Notifications You must be signed in to change notification settings

EGAMAGZ/ignori

Repository files navigation

Ignori

PyPI PyPI - Python Version GitHub License Code style: black Ruff

Generate .gitignore file without leaving the terminal.

Ignori screenshot Ignori was built with Textual

Installation

To install ignori, it is recommended to use pip:

pip install ignori

You can install it from source. Clone this repository and use pip to install:

git clone https://github.com/EGAMAGZ/ignori.git
cd ignori
pip install .

Usage

To start the app, run:

ignori

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

LICENSE

MIT License