2 releases
0.7.1 | Dec 6, 2024 |
---|---|
0.7.0 | Dec 4, 2024 |
#425 in Command-line interface
Used in digman
27KB
588 lines
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
~371K SLoC