# Punch Clock
[![Build Status]][builds.sr.ht]
[![Latest Version]][crates.io]
[![License]][license-file]
[![Downloads]][crates.io]
[![Maintenance]][git.sr.ht]
[Build Status]: https://builds.sr.ht/~nerosnm/punch-clock/build.yml.svg
[builds.sr.ht]: https://builds.sr.ht/~nerosnm/punch-clock/build.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
[license-file]: https://git.sr.ht/~nerosnm/punch-clock/tree/master/LICENSE
[Downloads]: https://img.shields.io/crates/d/punch-clock.svg
[Maintenance]: https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg
[git.sr.ht]: https://git.sr.ht/~nerosnm/punch-clock
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.
## Resources
[Send patches](https://git-send-email.io) and questions to
[~nerosnm/punch-clock@lists.sr.ht](https://lists.sr.ht/~nerosnm/punch-clock).
Bug & issue tracker: [~nerosnm/punch-clock](https://todo.sr.ht/~nerosnm/punch-clock).