| Crates.io | open_read_later |
| lib.rs | open_read_later |
| version | 1.1.1 |
| created_at | 2017-08-10 13:13:35.134149+00 |
| updated_at | 2017-08-11 16:35:38.379402+00 |
| description | An implementation of and CLI for the Open Read-Later list specification |
| homepage | |
| repository | https://github.com/jdormit/open-read-later-rust |
| max_upload_size | |
| id | 27083 |
| size | 28,628 |
A Rust implementation and CLI for the Open Read-Later specification
The readlater binary can be installed with Cargo:
$ cargo install open_read_later
Usage:
readlater 1.0.0
Jeremy Dormitzer <jeremy.dormitzer@gmail.com>
Stores, queries, and manipulates read-later lists in the Open Read-Later specification format
USAGE:
readlater [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-f, --file <FILE> specifies the location of the list file [default: ~/.read_later_list]
SUBCOMMANDS:
delete deletes a link entry
help Prints this message or the help of the given subcommand(s)
list lists link entries
save saves or updates a link entry [aliases: update, add]
search searches link entries by keyword
show shows a link entry
tag adds or removes tags
open-read-later-rust provides an API to manipulate and query read-later lists programmatically. See the API documentations for details.