Skip to content

OskarDamkjaer/toggl-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toggl for your terminal

Track your time with toggl right from your terminal! By convention all my projects start with an uppercase.

I built this mainly for my own convenience so it might have some rough edges :)

Getting started

  • Clone the project
  • Run yarn
  • Set up your own values in config.json (api key is found on your accountpage at toggl.com)
  • You could also set export TOGGL_API_KEY if you don't want to put it in config.json

Available commands

  • (node toggl.js) start projectName [optionalDescription] //Starts a timer with the project name and description
  • (node toggl.js) stop //Stop current timer if there is one
  • (node toggl.js) status //Print current timer if there is one
  • (node toggl.js) update //Update the list of projects (should be done automatically)

Convenient alias!

alias t='node ~/toggl-terminal/toggl.js ' This alias enables the quicker syntax t stop.

About

A (simple) command line interface to toggl.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published