toggl-jira-sync 0.1.19

Local Toggl to Jira worklog sync CLI with SQLite state and a Ratatui status UI
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod doctor;
pub mod recover;
pub mod schedule;
pub mod status;
pub mod sync;
pub mod tui;