# rust-timecount **Repository Path**: EEPPEE_admin/rust-timecount ## Basic Information - **Project Name**: rust-timecount - **Description**: what the fuck - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-07 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: sdl2-rustbind, SDL2 ## README # timecount rust - ref link: https://github.com/tsoding/sowon - ref links: https://github.com/Ysoding/sowon-rust ## Usage ```sh Usage: tc [OPTIONS] [SECONDS] Arguments: [SECONDS] Countdown seconds Options: -p, --pause Start pause timer -m, --mode Mode [default: ascending] [possible values: ascending, countdown, clock] -e, --exit-after-countdown In Countdown mode, exit when done -h, --help Print help -V, --version Print version ``` ## Example ```bash cargo r -r --bin tc -- -m countdown 10 cargo r -r --bin tc -- -e -m countdown 10 cargo r -r --bin tc -- -m clock ``` ### Key bindings | Key | Description | | --- | --- | | SPACE | Toggle pause | | = | Zoom in | | - | Zoom out | | 0 | Zoom 100% | | F5 | Restart | | F11 | Fullscreen | # thanks for opensource - @ysoding - @tsoding