- Feed groups
- CSV export/import of stored feeds and bookmarks
- Share feed collections
- Bookmarks
Interested in contributing? Great!
To fix a bug or add a feature, follow these steps:
- Create a Fork of the repo
- Create a new branch (
git checkout -b your-branch
) - Add your changes
- Commit your changes (
git commit -am 'feat: fantastic feature'
) - Push the branch (
git push origin your-branch
) - Create a Pull Request