10 个版本 (重大更新)

0.7.0 2023年1月13日
0.6.0 2023年1月12日
0.5.0 2023年1月11日
0.4.0 2023年1月11日
0.0.5 2023年1月7日

#2001 in 数据库接口

Download history 4/week @ 2024-04-02 53/week @ 2024-07-02

每月下载量 53 次

MIT 许可证

50KB
1K SLoC

rlist

终端阅读列表管理器。

安装

cargo install rlist

基本用法

使用

rlist add <name> <title> [-a <author>] [-t <topic1> <topic2> ...]

查询您的阅读列表

rlist ls -l
rlist query <name> # filter results by name
rlist ls --sort-by url --from 2023-01-10

如果您需要以其他方式筛选结果,请运行 rlist query --help

使用

rlist edit <old name> <new name> -a <new author> -t <new topics>
rlist edit <old name> --clear topics

删除条目

rlist delete <name>
rlist delete -t <topic1> <topic2>

有关更多信息,请运行 rlist <子命令> --help/-h

如果您想更改 rlist 数据库位置(默认为 $HOME/rlist/rlist.sqlite),请运行 rlist --db-file <新路径>,或将

db_file: <new path>

添加到您的 rlist.yml 中,默认位于 $HOME/.config/rlist.yml(如果您想使用不同的配置运行 rlist,您始终可以运行 rlist --config <配置路径> <子命令>

依赖项

~6–19MB
~216K SLoC