Metadata-Version: 2.1
Name: whatshouldido
Version: 0.1.10
Summary: Allows to see sorted by date TODOS from code
Author-email: djbios <dorandval@gmail.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: termcolor
Requires-Dist: tabulate
Requires-Dist: GitPython
Requires-Dist: click
Project-URL: Home, https://github.com/djbios/whatshouldido

# whatshouldido - TODO comments cli tool
[![PyPI version](https://badge.fury.io/py/whatshouldido.svg)](https://badge.fury.io/py/whatshouldido)

Allows to see **sorted by date** TODOS from code.

## Installation

> pip install whatshouldido

 
## Usage
Command `whatshouldido` is available globally after installation.

Options:
  - `--path PATH`      Git repo path
  - `-e TEXT`          Comma separated file extensions filters
  - `--table` / `--list`  Print as table or as list
  - `--help`           Show help message and exit.

