a CLI tool to post updates to crunk-scheduler.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
crunk c0cf65859b reqwest client using a form 12 months ago
src reqwest client using a form 12 months ago
.gitignore forgot ignore 1 year ago
Cargo.toml adding rewquest for post requests 1 year ago
LICENSE trying something new 1 year ago
README.md Update 'README.md' 12 months ago

README.md

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

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 or html snippets
    • post files
  • be able to set a time when something is scheduled.