Command line tool to track time with freckle (letsfreckle.com)
freckle -t 2h -p ProjectX -d "tag1, description for the entry"
-
an active freckle account
-
a valid .freckle.yml file in your home directory (see INSTALL section below)
-
json and activeresource gems installed
sudo gem install kommen-freckle-cmd –source gems.github.com
Place a file .freckle.yml with following content into your home directory:
freckle: subdomain: <your freckle subodmain> authtoken: <your freckle api auth token> user: <your freckle user name>
The freckle gem is licensed under the terms of the MIT License, see the included MIT-LICENSE file.