-
Notifications
You must be signed in to change notification settings - Fork 818
Description
What should it do?
The feeds of the feedreader are probably randomized. It would be nice to see which feed is coming from which RSS feed source by seeing a label associated with that source. Example...
Setting:
feeds:
- https://www.reddit.com/r/linux/.rss
- https://www.reddit.com/r/neovim/.rss
- https://www.reddit.com/r/vim/.rss
- https://www.reddit.com/r/zsh/.rss
- https://www.reddit.com/r/bash/.rss
returns something like this:
1. [MATE+ Compiz] this graphical glitch is happening on m
2. Quick tip for anyone having CPU spikes with EFM
3. Any idea what might be causing my Terminal to look lik
4. Python Script Workaround to Be Able to Use Virtual Bac
5. nvim-lsp-typescript-config
6. Suggest some plugins and user experience
7. Lualine now has a new home
8. lspsaga best fork?
9. clear fzf.vim unexcepted highlight column
10. i need a vimscript wizard again
11. Clementine vs Strawberry media players
12. How To Access A Particular Field In An Index In An Arr
13. Nvim lsp javascript formating on save issue with open
14. PSA: vim.diagnostics api has changed a little bit on m
15. MX Linux 21 has been released
16. onedarkpro.nvim - cause the community needs more oneda
17. How do I get sed to remove a string that contains cont
18. Autosaving manual folds not working
19. How Much Control will Users have over Scheduling on Al
20. Is there a way to stay in command mode after pressing
This ticket is asking for user to be able to specify a label for each feed source, and append it in front of the feed OR with an option grouped
group the feeds belonging to each rss feed label and present them together. For grouped mode, ideally color the label with a different color to make it stand out from the rest of titles of feeds under it.
Benefit: It would make it simple for user to look at the ares of their interest at any given point in time and jump accordingly. At present looking at the random feed requires scanning all the lines to find the ones belonging to present topic of interest.