- cargo
cargo install fbtoggl
- Precompiled binary
WIP
- Get API token from profile page.
- Call
fbtoggl init
which prompts an input for the API token
fbtoggl workspaces list
fbtoggl projects list
fbtoggl clients list
fbtoggl clients create --name "<name>"
fbtoggl time-entries list [--range "today"]
You can find the <time entry id>
via JSON
output of all time-entries
or the time-entries start
command prompts it after starting a timer.
fbtoggl time-entries details --id "<time entry id>"
fbtoggl time-entries create --project "<project>" --description "<description>" --start "today at 6am" --duration "8 hours" [--lunch-break]
fbtoggl time-entries create --project "<project>" --description "<description>" --start "today at 6am" --end "today at 6pm" [--lunch-break]
fbtoggl time-entries start --project "<project>" --description "<description>"
You can find the <time entry id>
via JSON
output of all time-entries
or the time-entries start
command prompts it after starting a timer.
fbtoggl time-entries start --id "<time entry id>" --project "<project>" --description "<description>"
You can find the <time entry id>
via JSON
output of all time-entries
or the time-entries start
command prompts it after starting a timer.
fbtoggl time-entries delete --id "<time entry id>"