thoughts-tool 0.12.0

Flexible thought management using filesystem mounts for git repositories
Documentation
1
2
3
4
5
6
7
8
9
10
mod constants;
pub mod detector;

pub use constants::*;
pub use detector::Platform;
pub use detector::PlatformInfo;
pub use detector::detect_platform;

// Platform-specific info types are available through detector module
// Use: crate::platform::detector::LinuxInfo or crate::platform::detector::MacOSInfo