Open Issues Need Help
View All on GitHub Tags or categories to organize feeds about 1 month ago
AI Summary: Implement a tagging system for RSS feeds in the `nom` terminal RSS reader. This involves adding a `tags` field to the feed configuration, modifying the filtering logic to support tag-based searches, and potentially enhancing the user interface to allow browsing feeds by tag.
Complexity:
4/5
enhancement help wanted good first issue
opening external program blocks nom 2 months ago
AI Summary: The task is to debug why the `nom` RSS reader blocks when opening external programs, even when using the `&` to background the process. The solution likely involves investigating how `nom` executes external commands and ensuring it doesn't wait for their completion, potentially requiring modifications to the command execution logic within the `nom` application.
Complexity:
4/5
bug help wanted good first issue