digman 0.7.1

Ticket management systems for solo players.
# Digman
Digman is a ticket management TUI (Text User Interface) designed for solo developers who are working on personal projects.
It provides an intuitive and efficient way to manage tasks and keep your development organized.

![outdata](https://github.com/user-attachments/assets/449bbf4a-33c3-4e8d-bc79-ce69ef266f1b)

## Installation
To install Digman, run the following command:

```sh
cargo install digman
```

## Creating a New Project

To create a new project configuration for Digman, use the following command:

```bash
digman new <project_file_name>
```
This will generate a toml file configured for use with Digman.

## Running Your Project
To launch Digman with the created project file, run:

```bash
digman run <project_file_name>
```
This command will start Digman with your project setup, allowing you to manage your tasks directly from the terminal.