defe icon indicating copy to clipboard operation
defe copied to clipboard

devfeed is a Tech feed Aggregator for Developers & Tech Enthusiasts

Results 14 defe issues
Sort by recently updated
recently updated
newest added

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.

enhancement
good first issue
cli

**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...

enhancement
good first issue
web-app

**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...

enhancement
good first issue
cli

**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.

hacktoberfest-accepted

A `-feeder` flag would be a vialbe solution to do this. For example: `defe podcasts -feeder=changelog` will fetch all podcasts from Changelog.com

enhancement
cli

A nice addition to the CLI would be for e.g a different colour of loading bar or emojis in progress bar

good first issue
cli
beginner

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

enhancement
cli