| Crates.io | clockify |
| lib.rs | clockify |
| version | 0.1.1 |
| created_at | 2022-03-27 03:19:29.331257+00 |
| updated_at | 2022-04-01 21:24:36.607755+00 |
| description | Basic TUI for Clockify time tracking application |
| homepage | https://github.com/natefduncan/clockify-rs |
| repository | https://github.com/natefduncan/clockify-rs |
| max_upload_size | |
| id | 557139 |
| size | 98,306 |
Clockify TUI written in Rust
cargo install clockify
clockify -a <API_KEY>
Note: The API Key only needs to be set the first time the program is executed.
| Shortcut | Action |
|---|---|
| t | Go to Time Entry selection screen. |
| w | Go to Workspace selection screen. |
| p | Go to Project selection screen. |
| g | Go to Tag selection screen. |
| y | Go to Task selection screen. |
| h | Go to Home screen. |
| CTRL + q | Quit the application. |
| i | Enter Edit mode |
| / | Enter Search mode |
| ESC | Exit Edit or Search mode |
| j | Navigate down |
| k | Navigate up |
| c | Clear selections |
| s | Start timer (from Home screen) |
| e | End timer (from Home screen) |