doclib 0.1.0

Tag-indexed CLI catalog for books and articles, with rclone-backed storage
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod cache_cmd;
pub mod config_cmd;
pub mod delete;
pub mod edit;
pub mod export;
pub mod import;
pub mod list;
pub mod open;
pub mod purge;
pub mod search;
pub mod show;
pub mod stats;
pub mod sync;
pub mod tag;