18 lines
410 B
Markdown
18 lines
410 B
Markdown
# Running
|
|
|
|
```bash
|
|
# Run autonomous forever
|
|
./wide-angle-calendar auto --config config.toml
|
|
|
|
# Run RSS debug tool
|
|
cargo run -- debug-rss untracked/*.rss
|
|
```
|
|
|
|
# TODO
|
|
|
|
- [ ] Rewrite README considering best practices
|
|
- [ ] Add dynamic OpenGraph meta tags
|
|
- [ ] HTML templating for faster styling
|
|
- [ ] Maybe put descriptions behind `details` tag
|
|
- [ ] Publish ICS to subscribe to?
|
|
- [ ] systemd unit or something
|