#project-file-name #filename #dpresentation

dpresentation

Ticket management systems for solo players

2 releases

0.7.1 Dec 6, 2024
0.7.0 Dec 4, 2024

#4 in #project-file-name

49 downloads per month
Used in digman

MIT/Apache

44KB
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.

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

~14–25MB
~370K SLoC