mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-03-31 17:15:29 +00:00
add custom index filename support
This commit is contained in:
parent
86b5d41aec
commit
dbd9fa3960
3 changed files with 11 additions and 11 deletions
|
|
@ -20,7 +20,7 @@ cargo install pulsarss
|
|||
## Launch
|
||||
|
||||
``` bash
|
||||
pulsarss --source https://path/to/feed.rss --index
|
||||
pulsarss --source https://path/to/feed.rss
|
||||
```
|
||||
|
||||
### Options
|
||||
|
|
@ -28,7 +28,7 @@ pulsarss --source https://path/to/feed.rss --index
|
|||
* `source`, `s` - RSS feed source (required)
|
||||
* `target`, `t` - Destination directory (`public` by default)
|
||||
* `update`, `u` - Update timeout in seconds (`60` by default)
|
||||
* `index`, `i` - Generate `index.gmi` files (`false` by default)
|
||||
* `index`, `i` - Generate index files (`index.gmi` by default, empty to disable)
|
||||
* `limit`, `l` - Limit channel items (unlimited by default)
|
||||
* `output`, `o` - Print output (`dw` by default):
|
||||
* `d` - debug
|
||||
|
|
@ -49,7 +49,7 @@ After=network.target
|
|||
Type=simple
|
||||
User=pulsarss
|
||||
Group=pulsarss
|
||||
ExecStart=pulsarss -is https://path/to/feed.rss
|
||||
ExecStart=pulsarss -s https://path/to/feed.rss
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue