ent-new-edit-show #3

Merged
seb merged 6 commits from ent-new-edit-show into main 2025-07-07 12:04:50 -06:00
Owner

This adds some commands that start making this project actually useful:

  • ent new: create a new issue
  • ent show: show everything known about an issue
  • ent edit: edit the description of an issue
This adds some commands that start making this project actually useful: * `ent new`: create a new issue * `ent show`: show everything known about an issue * `ent edit`: edit the description of an issue
seb added 6 commits 2025-07-06 00:26:49 -06:00
The Issue struct is a cache of files on disk.  There is never an Issue
without a directory to live in.

This commit adds a field to Issue to track what that directory is, so
that we can update those filew when we change the Issue, and commit the
changes to git.
Error handling is pretty broken in this project :-(
Author
Owner

I think we could move the Todo list into ent now...

I think we could move the Todo list into ent now...
Author
Owner
https://git.glyphs.tech/taproot-manufacturing/entomologist/src/branch/entomologist-data :-)
Author
Owner

i see (with ent list and with git worktree add /tmp/ent entomologist-data) that one of the issues has a different length hex id than the others, oops. It's just a nonce, not a hash, so it doesn't really matter. But it looks odd.

i see (with `ent list` and with `git worktree add /tmp/ent entomologist-data`) that one of the issues has a different length hex id than the others, oops. It's just a nonce, not a hash, so it doesn't really matter. But it looks odd.
seb merged commit 0b5e6f7379 into main 2025-07-07 12:04:50 -06:00
seb deleted branch ent-new-edit-show 2025-07-07 12:04:51 -06:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: taproot-manufacturing/entomologist#3
No description provided.