Metadata-Version: 2.2
Name: listit-cli
Version: 1.0.0
Summary: A simple CLI tool to log and manage tasks
Author: GeorgeET15
Author-email: georgeemmanuelthomas@gmail.com
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet>=0.8.0
Requires-Dist: inquirer>=3.0.0
Requires-Dist: rich>=12.0.0
Requires-Dist: colorama>=0.4.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# L.I.S.T - Log Important Simple Tasks

L.I.S.T (Log Important Simple Tasks) is a lightweight and user-friendly command-line tool designed to help you manage your daily tasks efficiently. It provides a simple interface to add, view, mark as done, and remove tasks directly from your terminal.

## Features

- **Simple and Intuitive:** Easy-to-use command-line interface.
- **Task Management:** Add, view, mark as done, and remove tasks.
- **Persistent Storage:** Tasks are stored in a local text file for persistence.
- **Open Task File:** Quickly open the task file in your default text editor.
- **Cross-Platform:** Works on Windows, macOS, and Linux.

## Installation

To install L.I.S.T, use pip:

```bash
pip install listit-cli
```
