a CLI tool to post updates to crunk-scheduler.
Go to file
2023-09-10 17:37:43 +02:00
src follwing rust tutorial 2023-09-10 17:37:43 +02:00
.gitignore forgot ignore 2023-09-10 14:08:20 +02:00
Cargo.toml follwing rust tutorial 2023-09-10 17:37:43 +02:00
LICENSE trying something new 2023-09-10 14:06:59 +02:00
README.md trying something new 2023-09-10 14:06:59 +02:00

crunk-update

a CLI tool to post updates to crunk-scheduler.

Designing CLI tools

I actually never did this properly. currently reading this guide

Make working software first

  • crunk-update -p "text" should make a paragraph of <p>text</p> in crunk-scheduler

Existential crisis

  • ideally a tool on your machine should be easy to install
  • python versions, venvs etc feels more like a problem here than in a web application
  • attempt to write something in go?

Readme driven development

  • have crunk-scheduler do all the conversion to html in rss.
  • make this as simple as possible
    • post a simple text
    • post markdown or html snippets
    • post files