Crates.io | tissuebox |
lib.rs | tissuebox |
version | 1.2.0 |
source | src |
created_at | 2024-09-16 16:46:32.308057 |
updated_at | 2024-09-25 22:56:40.095005 |
description | A todo list for programming |
homepage | |
repository | |
max_upload_size | |
id | 1376606 |
size | 66,994 |
Tissue is a simple note-taking application intended for programming. Tissues are small, short term tasks that you can summarize in a single git commit.
Tissues are primarily meant to track and separate short-term tasks which can be tossed upon completion;
so long as each tissue is closed by a commit, git will keep a history of completed tasks on its own.
However, sometimes "small" issues turn out to be larger than initially expected,
and require long term archival such as a GitHub issue to track progress over time.
In this case, tissues may be "published" to a GitHub repository,
using the gh
command line interface.