a CLI tool to post updates to crunk-scheduler.
Go to file
2023-11-04 11:30:55 +01:00
src learning the difference between String and &str 2023-11-04 11:30:55 +01:00
.gitignore forgot ignore 2023-09-10 14:08:20 +02:00
Cargo.toml trying to make multi form post data and struggling 2023-10-24 00:33:14 +02:00
LICENSE trying something new 2023-09-10 14:06:59 +02:00
README.md Update 'README.md' 2023-10-18 15:29:03 +02:00

crunk-update

a CLI tool to post updates to crunk-scheduler.

Designing CLI tools

Make working software first

  • crunk-update -p "text" should make a paragraph of <p>text</p> in crunk-scheduler
  • this is now possible and working. up next we should make some CLI flags such as --help
  • and look up how to schedule a post

Learning Rust.

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 - post media files (jpeg, mp3, mp4 etc)
  • be able to set a time when something is scheduled.