1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 18:19:32 +00:00
feather/README.md

74 lines
1.6 KiB
Markdown

# Feather: file-based RSS reader client
## Usage
start with pictures/gif each time
### Navigating feeds
Directories, sorting/searching by date/title (a.k.a. using a file manager)
### Reading an article
opening an article
### Marking articles as read
Delete
#### Handling read articles
See read articles in the trash can.
Or ask feather to keep read articles:
`server.only_sync_unread_articles = false`
`html.filename_template = "{% if unread %}☐{% else %}☑{% endif %} [{{ feed_title }}]\t{{ title }} ({{ published_formatted }}).html"`
### Updating with the server
Call `feather sync` to synchronize all local data with the server (read articles, new articles from the server, etc.).
`feather daemon`
### Configuration
After changing the configuration, you can call `feather regenerate` to regenerate all local files with the new configuration (to reflect the changes in the HTML template, filenames, etc.).
`feather clear-data`
### Theoretical use-cases
#### Processing with scripts
#### Syncthing
## Installation
### Docker
`docker run -d -v ./config.toml:/feather/config.toml -v feather-data:/feather/data -v ./reader:/feather/reader --name feather feather daemon`
### Raw
You need Python 3.12 or newer. Then pip it up, as the kids say.
`uv run feather`
## FAQ
### Why
### Name
### What should I eat tonight
## TODO
- [ ] Write documentation
- [ ] Use inotify for real-time article mark-as-read action
- [ ] Share the fun somewhere
- [ ] Actually think about the issues created by the duplicate warning
- [ ] Get article attachments
- [ ] Test with FreshRSS