# Punch Clock [![CI]][workflow] [![Latest Version]][crates.io] [![License]][readme] [![Downloads]][crates.io] [CI]: https://github.com/nerosnm/punch-clock/actions/workflows/ci.yml/badge.svg?branch=main [workflow]: https://github.com/nerosnm/punch-clock/actions/workflows/ci.yml [Latest Version]: https://img.shields.io/crates/v/punch-clock.svg [crates.io]: https://crates.io/crates/punch-clock [License]: https://img.shields.io/crates/l/punch-clock.svg [readme]: https://github.com/nerosnm/punch-clock/tree/main/README.md [Downloads]: https://img.shields.io/crates/d/punch-clock.svg Punch Clock is a lightweight terminal time-tracking utility. ## Installation ### Cargo Install If you have the Rust compiler [installed](https://rustup.rs), you can use the `cargo install` command: ``` cargo install punch-clock ``` The binary name for Punch Clock is `punch`; Cargo will build the `punch` binary and place it in `$HOME/.cargo`. ## License Licensed under either of - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.