toggl 0.5.0

Unofficial command-line interface for Toggl Track using the v9 API.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod auth;
pub mod cont;
pub mod create_project;
pub mod create_tag;
pub mod delete;
pub mod delete_project;
pub mod delete_tag;
pub mod edit;
pub mod list;
pub mod rename_project;
pub mod rename_tag;
pub mod running;
pub mod start;
pub mod stop;