Tag Archives: google

Build a console google tech news reader in Java

I sometimes like to read text in console. It is lot convenient to open a new tmux instance and quickly check few things online. One of such applications is ‘googler’. I can search text in google from command line and open them using the id next to the text.

In this post, I want to talk about similar application I wrote for reading google tech news. It is a very basic application that does similar thing for google tech news. It displays text and id next to it. User can open the associated link (in the default browser) by typing the id.

Continue reading

Leave a comment

Filed under Uncategorized