2 releases

0.7.1 Dec 6, 2024
0.7.0 Dec 4, 2024

#1192 in Parser implementations

Download history 241/week @ 2024-11-30 53/week @ 2024-12-07

294 downloads per month

MIT/Apache

64KB
1K SLoC

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

Installation

To install Digman, run the following command:

cargo install digman

Creating a New Project

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

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:

digman run <project_file_name>

This command will start Digman with your project setup, allowing you to manage your tasks directly from the terminal.

Dependencies

~15–27MB
~389K SLoC