defe
defe copied to clipboard
devfeed is a Tech feed Aggregator for Developers & Tech Enthusiasts
Apart from showing the title and link. A truncated summary/description in the CLI would be a nice addition. Feel free to be creative here.
**Is your feature request related to a problem? Please describe.** It would be nice to show some header images (if the feed provides it) Something like this probably **Describe the...
**Is your feature request related to a problem? Please describe.** The defe CLI for now prompts the user to add an Index value to open the link in browser. We...
**Changes** - Added function to find image url from feedparser dictionary objects - Used said function to assign value of "image" key for items in the general and news feeds...
As discussed here: https://github.com/Bhupesh-V/defe/issues/3 Changes to randomize colour on every feed lookup.
A `-feeder` flag would be a vialbe solution to do this. For example: `defe podcasts -feeder=changelog` will fetch all podcasts from Changelog.com
A nice addition to the CLI would be for e.g a different colour of loading bar or emojis in progress bar
Allowed refreshing the selected feed via hotkey ALT+r **Changes** - Added listener for hotkey combo - Added key control to input refresh keyword on hotkey press - Made feed fetching...
I have added the feature above. I haven't figured out yet what the best way is to format the summary of newsletters, so I left the summary blank there, but...
Right now the cache expires in [30 minutes](https://github.com/Bhupesh-V/defe/blob/5b2db4a39ddd5ecf20d4397709eaa2c459ea83e1/core/feed.py#L24) Add a Flag to set cache limit by user. The setting can be saved inside a `defe.yml` file