thoughts-bin 0.1.12

CLI for flexible thought management using filesystem mounts
1
2
3
4
5
6
7
pub mod config;
pub mod init;
pub mod mount;
pub mod references;
pub mod status;
pub mod sync;
pub mod work;