timelog

GTimeLog compatible command line tools
git clone https://git.ce9e.org/timelog.git

commit
c7ce42ca38c1db11adadf9fe109a76649576a4c7
parent
1b285ab1b8f9333b43dd6bee465784dad6bcbba0
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-04-19 17:01
add README

Diffstat

A README 28 ++++++++++++++++++++++++++++

1 files changed, 28 insertions, 0 deletions


diff --git a/README b/README

@@ -0,0 +1,28 @@
   -1     1 timelog - GTimeLog compatible command line tools
   -1     2 
   -1     3 Timelog is a set of simple tools to keep track of time.
   -1     4 It is mostly compatible with [GTimeLog](https://mg.pov.lt/gtimelog/)
   -1     5 
   -1     6 timelog
   -1     7 :	add entries to your timelog
   -1     8 
   -1     9 vtimelog
   -1    10 :	view stats about the recorded data
   -1    11 
   -1    12 
   -1    13 ## License
   -1    14 
   -1    15 Copyright (C) 2014 Tobias Bengfort <tobias.bengfort@gmx.net>
   -1    16 
   -1    17 This program is free software: you can redistribute it and/or modify
   -1    18 it under the terms of the GNU General Public License as published by
   -1    19 the Free Software Foundation, either version 3 of the License, or
   -1    20 (at your option) any later version.
   -1    21 
   -1    22 This program is distributed in the hope that it will be useful,
   -1    23 but WITHOUT ANY WARRANTY; without even the implied warranty of
   -1    24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   -1    25 GNU General Public License for more details.
   -1    26 
   -1    27 You should have received a copy of the GNU General Public License
   -1    28 along with this program.  If not, see <http://www.gnu.org/licenses/>.