Thomas Klausner > App-TimeTracker > App::TimeTracker::Command::sync

Download:
App-TimeTracker-0.21.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

App::TimeTracker::Command::sync - synchronise tasks via git

DESCRIPTION ^

Syncs your "database" of tracked time via git. I use this to be able to track my worktime on my laptop and my work machine.

sync will first add all your new changes, pull from remote and then push.

  ~$ tracker sync
  ... git output ...

METHODS ^

usage_desc

Usage Description for Getopt::Long::Descriptive

opt_spec

Command line options definition

run

Implementation of command

AUTHOR ^

Thomas Klausner, <domm at cpan.org>

COPYRIGHT & LICENSE ^

Copyright 2009 Thomas Klausner, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.