clck is a command line application that mimics a physical clock in system, designed for remote workers needing to track their own hours. The goal of this application is to make it as simple and intuitive for a general user (like a real clock in system!) while still providing some more in depth features for those who wish to use them.
clck is in a VERY early stage of development. You may come across it in a state where it seemingly does nothing at all! Have no fear, when this project is ready to be truly deployed I will be sure to provide much better documentation.
Do not modify the timesheets/timesheet.csv file. As of right now, this is the only supported timesheet, but in the near future you will be able to create multiple timesheets and change which ones you are currently recording to.
As of right now, clck can use the following sub-commands and flags:
- in (--note/-n)
- out (--discard/-d)
- status
- --help/-h works for clck.py, as well as all sub-commands
All recordings are stored locally in the ./timesheets/timesheet.csv file.
- Recording of timesheets to Google Sheets!!!!
- Simplified tool usage: [clck in] [clck out] will be the base use case
- Updated help menus
status
sub-command to show current timer status without having to read thestatus.csv
file yourself- Many more options with timesheets
- Many more options in general
- Cool stuff :)