Skip to content

hotaru355/toggl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toggl Command Line Client

A simple client for the Toggl API to start and stop time entries.

Note: Start with --harmony flag as it uses generators

Usage:

app.js [ start -d <desc> -p <projectId || stop [ -i <entryId> | -c ] ]

Options:

-h, --help                   output usage information
-V, --version                output the version number
start                        Start a time entry
-d, --entry-desc <desc>      description of the time entry
-p, --projectId <projectId>  project ID of the time entry
stop                         Stop a time entry
-i, --entry-id <entryId>     ID of time entry
-c, --current                stop current time entry

About

A simple toggle command line client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published