35 lines
477 B
Markdown
35 lines
477 B
Markdown
# Gemlog CLI Tool
|
|
|
|
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.
|