1.6.0 - 2026-06-22
🚀 Super-charge eilmeldung by using the new pipe feature! 🚀
- New command
pipeto pipe article contents through external commands!- for instance
pipe html md ~/my-markdown-filter.shsends the scraped HTML content to the given command and afterwards displays the markdown output from the script - possible applications are for example:
- storing the article markdowns in a file
- using a custom external scraping mechanism
- filtering the content, e.g., stripping away unwanted tags/ads/etc.
- sending the content of an article via mail to someone else
- piping the content through an LLM
- see
docs/pipe.mdfor the full documentation and recipes - feel free to contribute your own application scenarios and recipes!
- for instance
- commands (for share targets, pipe, etc.) now support environment variable substitution via
${VAR}or$VAR. Also a~at the beginning is replaced by the path to the home directory. - bugfix: status icon/throbber had a different color from the rest of the status bar with errors and warnings
- new option
shadows(defaulttrue): show/hide shadows for popup windows - dependencies updated, especially ratatui