https://github.com/egamagz/ignori
Generate .gitignore file without leaving the terminal.
https://github.com/egamagz/ignori
developer-tool generator gitignore gitignore-generator ignori python textual textualize tool tui
Last synced: 12 months ago
JSON representation
Generate .gitignore file without leaving the terminal.
- Host: GitHub
- URL: https://github.com/egamagz/ignori
- Owner: EGAMAGZ
- License: mit
- Created: 2024-05-14T20:17:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T00:22:05.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T19:17:26.500Z (over 1 year ago)
- Topics: developer-tool, generator, gitignore, gitignore-generator, ignori, python, textual, textualize, tool, tui
- Language: Python
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ignori
[](https://pypi.org/project/ignori/)


[](https://github.com/psf/black)
[](https://github.com/astral-sh/ruff)
Generate .gitignore file without leaving the terminal.

Ignori was built with [Textual](https://github.com/textualize/textual)
## Installation
To install `ignori`, it is recommended to use pip:
```shell
pip install ignori
```
You can install it from source. Clone this repository and use pip to install:
```shell
git clone https://github.com/EGAMAGZ/ignori.git
cd ignori
pip install .
```
## Usage
To start the app, run:
```shell
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](https://github.com/EGAMAGZ)
## LICENSE
[MIT License](./LICENSE)