Metadata-Version: 2.1
Name: untrack-gitignored-files
Version: 0.5.0
Summary: A command-line tool to list and untrack gitignored files.
Home-page: https://github.com/dmazin/untrack-gitignored-files
Author: Dmitry Mazin
Author-email: dm@cyberdemon.org
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# untrack-gitignored-files
A command-line tool to list and untrack gitignored files.

## Installation

```bash
pip install untrack-gitignored-files
```

## Usage

```bash
options:
  -h, --help  show this help message and exit
  --doit      Actually untrack gitignored files.
  --commit    Create a commit after untracking files.
```
