#links #pocket #browsing #link #readlater

bin+lib open_read_later

Open Read-Later 列表规范的实现和 CLI

4 个稳定版本

使用旧的 Rust 2015

1.1.1 2017 年 8 月 11 日
1.0.1 2017 年 8 月 10 日

3 in #browsing

MIT 许可证

25KB
573

open-read-later-rust

Rust 实现和 CLI,用于 Open Read-Later 规范

CLI 安装和使用

readlater 二进制文件可以使用 Cargo 安装

$ cargo install open_read_later

使用方法

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

API 文档

open-read-later-rust 提供了一个 API 来程序化地操作和查询阅读稍后列表。有关详细信息,请参阅 API 文档

依赖关系

~5.5MB
~109K SLoC