Timewarrior - Commandline Time Tracking and Reporting timewarrior.net https://timewarrior.net
Find a file
Jelle van der Waa 5ddef40d82 Make holiday refresh script Python 3 compatible
urllib2 is renamed and reworked in Python 3, handle this change by
importing urlopen and HTTPError directly.

Resolve the print issues, by using print() everywhere.

Python3 reads bytes when reading from urlopen() therefore convert it to
a string with .decode('utf-8')
2016-09-03 14:33:26 -04:00
cmake Build: Migrated to external common lib 2016-01-18 22:52:01 -05:00
doc Make holiday refresh script Python 3 compatible 2016-09-03 14:33:26 -04:00
ext Extensions: Now installs on-modify.timewarrior 2016-08-07 18:07:51 -04:00
src TI-34: Make timew more user-friendly by adding --help and default output 2016-08-16 16:42:01 -04:00
test Tests: Disabled fill tests 2016-07-24 17:44:24 -04:00
.gitignore Build and git configurations 2016-06-20 23:54:08 +02:00
.gitmodules Shared: Added lib as a git submodule 2016-03-17 10:38:24 -04:00
AUTHORS Docs: Added suggested report 2016-08-25 23:17:26 -04:00
ChangeLog TD-120: Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME 2016-08-24 18:21:37 -04:00
cmake.h.in TD-120: Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME 2016-08-24 18:21:37 -04:00
CMakeLists.txt Bumped version number to 1.1.0 2016-08-21 22:10:17 +02:00
commit.h.in Framework: Added program framework and UTF8 code 2015-12-10 09:31:48 -05:00
CONTRIBUTING.md Docs: Updated contribution guidelines 2016-03-01 01:26:19 -05:00
COPYING Copyright: Updated to 2016 2015-12-31 15:26:25 -05:00
INSTALL INSTALL: Add instructions to rebuild timew from git 2016-03-29 23:24:39 +02:00
LICENSE Copyright: Updated to 2016 2015-12-31 15:26:25 -05:00
NEWS Bumped documentation files to new version 2016-08-21 22:26:19 +02:00
README.md Bumped version number and dates 2016-08-17 23:32:34 +02:00

Thank you for taking a look at Timewarrior!

Timewarrior is a time tracking utility that offers simple stopwatch features as well as sophisticated calendar-base backfill, along with flexible reporting. It is a portable, well supported and very active, Open Source project.

Although Timewarrior is a new project there is extensive online documentation. You'll find all the details at:

http://taskwarrior.org/docs/timewarrior

At the site you'll find online documentation, downloads, news and more.

Your contributions are especially welcome. Whether it comes in the form of code patches, ideas, discussion, bug reports, encouragement or criticism, your input is needed.

For support options, take a look at:

http://taskwarrior.org/support

Please send your code patches to:

support@taskwarrior.org

Consider joining bug.tasktools.org, answers.tasktools.org and participating in the future of Timewarrior.


Timewarrior is released under the MIT license. For details check the LICENSE file.