A read-it-later app that runs on your terminal
- Go should be installed first
go install github.com/hossammourad/kewit@master
Usage:
kewit [command]
Available Commands:
add Add a URL to your read-later list
archive Archive a URL by its ID
copy Copy a saved URL to your clipboard by its ID
delete Delete a URL from your read-later list by its ID
help Help about any command
list List saved URLs in your list that are not archived
list-archived List archived URLs in your list
open Open a saved URL in your default browser by its ID
export-json Export your list as JSON
Flags:
-h, --help help for kewit
kewit list
kewit list-archived
kewit delete $ID
kewit archive $ID
kewit copy $ID
kewit open $ID
kewit export-json