Griffintaur / News-At-Command-Line

:newspaper: News at the command line
MIT License
47 stars 53 forks source link

added saved articles to be displayed if present, with possibility to … #23

Open drusc0 opened 6 years ago

drusc0 commented 6 years ago

…delete them after reading them. changed the format in which the files are saved to json

Griffintaur commented 6 years ago

@drusc0 any reason behind going for json? or just because you want to store title and its corresponding url? are you saving the articles into separate folder

drusc0 commented 6 years ago

@Griffintaur no reason at all. But for retrieving the file and reporting back on terminal, it was easier to have a key-value pair. Is there any other format or you prefer text to cat on screen? I can make the change.

Griffintaur commented 5 years ago

Please resolve the merge conflict @drusc0

drusc0 commented 5 years ago

are those changes needed, @Griffintaur ? I thought someone had made other changes... let me know if this is necessary and ill fix otherwise i will cancel the pull request.

thanks.