setup base entity and change cli to print actions

This commit is contained in:
Travis Shears 2025-09-30 11:09:27 +02:00
parent d1f4527b1b
commit b24cc4d427
6 changed files with 97 additions and 26 deletions

View file

@ -3,3 +3,33 @@
Quick tool to write gemtext posts for my gemlog.
=> gemini://travisshears.com/gemlog
## Entites
Gemlog
- id, uuid
- title
- slug
- date
- gemtxt
- short? gemtxt < 250 char
## Arch
For DB planning to use couch db
## Use-cases
### Create gemlog entry
Open editor with pre-filled template with frontmatter. Set example date (now), title, slug
### Delete gemlog entry
Select from list then delete.
### Edit gemlog entry
Select from list then edit.