Skip to content

hossammourad/kewit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in Progress

Kewit — pronounced “queue it”

A read-it-later app that runs on your terminal

Installation

  1. Go should be installed first
  2. go install github.com/hossammourad/kewit@master

Documentation

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

Command Examples

kewit list
kewit list-archived
kewit delete $ID
kewit archive $ID
kewit copy $ID
kewit open $ID
kewit export-json

About

A read-it-later app that runs on your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages