CLI tool to log Harvest timesheets with FZF
- At least python 3.6 (sorry, I just like f-strings a bit too much)
- fzf
pip install combine-harvester
Two variables need to be in your environment to authenticate yourself to Harvest's API.
- HARVEST_ACCOUNT_ID
- HARVEST_ACCOUNT_TOKEN
Creating these tokens can be done through Harvest's Developer Tools page.
This wiki page lists all commands and their usage.
> harvest
Usage: harvest [OPTIONS] COMMAND [ARGS]...
Combine Harvester is a Harvest CLI Tool
Options:
--help Show this message and exit.
Commands:
daily Get notes from previous work day, to be used during daily standup.
list Get time entries from today, or optionally another day.
log Log time entry for today, using FZF.
This tool is not an official Harvest tool, nor am I affiliated to them.