hitchmark-cli 0.5.0

CLI tool for stable, addressable document links via hook:// URIs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! CLI subcommands.

pub mod bookmark;
pub mod delete;
pub mod export;
pub mod file;
pub mod gc;
pub mod import;
pub mod link;
pub mod list;
pub mod open;
pub mod purple;
pub mod serve;
pub mod watch;