digman

Crates.iodigman
lib.rsdigman
version
sourcesrc
created_at2024-12-04 02:15:08.082815
updated_at2024-12-06 00:37:26.29714
descriptionTicket management systems for solo players.
homepagehttps://grill-ware.com
repositoryhttps://github.com/4hoe8pow/digman
max_upload_size
id1470926
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(4hoe8pow)

documentation

https://docs.rs/digman

README

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.

Commit count: 4

cargo fmt