https://github.com/epickrram/punch
A very simple punch-clock app
https://github.com/epickrram/punch
Last synced: about 1 month ago
JSON representation
A very simple punch-clock app
- Host: GitHub
- URL: https://github.com/epickrram/punch
- Owner: epickrram
- License: apache-2.0
- Created: 2016-11-16T19:59:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T20:01:53.000Z (over 8 years ago)
- Last Synced: 2025-03-28T08:22:34.484Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# punch
__punch__ is a (very) minimal time-tracking application. Remember [punch clocks](https://en.wikipedia.org/wiki/Time_clock)? That's it.
## Usage
```
punch in# do some work
punch out
punch card
Previously punched in between 2016-12-03 13:14:17 UTC and 2016-12-03 18:52:21 UTC (05h38m)punch card -m
2016-12-01UTC: 00h26m
2016-12-02UTC: 00h38m
2016-12-03UTC: 05h38mTotal: 06h42m
```## Options
`punch card` has two options:
* `-w` week to date summary
* `-m` month to date summary## Installation
Ensure you have `rust` installed, then
```
cargo install punch
```