yabirgb / gpread

Manage what I read from terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpread

Manage saved links to read from terminal.

Download

You can compile the project or download the binary from the release page

Basic commands

  • To store a new link in the database

    gpread add url
    
  • You can get the last added article that you haven't read from

    gpread pop
    
  • To mark the last article as read use

    gpread read
    

Config

By default the database file is located at $HOME/.gqread.yaml

TODO

  • Fetch comments for urls from hackernews
  • Mark any url in the db as read

About

Manage what I read from terminal

License:MIT License


Languages

Language:Go 100.0%