All Projects → GothenburgBitFactory → Timewarrior

GothenburgBitFactory / Timewarrior

Licence: mit
Timewarrior - Commandline Time Reporting

Projects that are alternatives of or similar to Timewarrior

Gitlab Time Tracker
🦊🕘 A command line interface for GitLab's time tracking feature.
Stars: ✭ 371 (-29.73%)
Mutual labels:  cli, time, tracking
Browser Interaction Time
⏰ A JavaScript library (written in TypeScript) to measure the time a user is active on a website
Stars: ✭ 175 (-66.86%)
Mutual labels:  time, tracking
Zeit
Zeit, erfassen. A command line tool for tracking time spent on activities.
Stars: ✭ 33 (-93.75%)
Mutual labels:  time, tracking
about-time
A cool helper for tracking time and throughput of code blocks, with beautiful human friendly renditions.
Stars: ✭ 36 (-93.18%)
Mutual labels:  tracking, time
Python Progressbar
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
Stars: ✭ 682 (+29.17%)
Mutual labels:  cli, time
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+3807.58%)
Mutual labels:  cli, time
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (-3.22%)
Mutual labels:  cli
Jenkins Library
Jenkins shared library for Continuous Delivery pipelines.
Stars: ✭ 521 (-1.33%)
Mutual labels:  cli
Easy Mock Cli
Create api.js for Easy-Mock. https://easy-mock.github.io/easy-mock-cli/
Stars: ✭ 506 (-4.17%)
Mutual labels:  cli
Airshare
Cross-platform content sharing in a local network
Stars: ✭ 497 (-5.87%)
Mutual labels:  cli
Table
Formats data into a string table.
Stars: ✭ 524 (-0.76%)
Mutual labels:  cli
Countly Server
Countly helps you get insights from your application. Available self-hosted or on private cloud.
Stars: ✭ 4,857 (+819.89%)
Mutual labels:  tracking
Whipper
Python CD-DA ripper preferring accuracy over speed
Stars: ✭ 517 (-2.08%)
Mutual labels:  cli
Tokei
Count your code, quickly.
Stars: ✭ 5,896 (+1016.67%)
Mutual labels:  cli
Mt Aws Glacier
Perl Multithreaded Multipart sync to Amazon Glacier
Stars: ✭ 522 (-1.14%)
Mutual labels:  cli
Typeorm Seeding
🌱 A delightful way to seed test data into your database.
Stars: ✭ 501 (-5.11%)
Mutual labels:  cli
Saws
A supercharged AWS command line interface (CLI).
Stars: ✭ 4,886 (+825.38%)
Mutual labels:  cli
Instapy Cli
✨ Python library and CLI to upload photo and video on Instagram. W/o a phone!
Stars: ✭ 498 (-5.68%)
Mutual labels:  cli
Ramda Cli
🐏 A CLI tool for processing data with functional pipelines
Stars: ✭ 515 (-2.46%)
Mutual labels:  cli
Jrnl
Collect your thoughts and notes without leaving the command line.
Stars: ✭ 5,126 (+870.83%)
Mutual labels:  cli

Timewarrior

tests

Thank you for taking a look at Timewarrior!

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

Installing

From Package

Thanks to the community, there are binary packages available here.

Building Timewarrior

Building Timewarrior yourself requires

  • git
  • cmake
  • make
  • C++ compiler, currently gcc 4.8.1+ or clang 3.3+ for full C++11 support
  • Python 3, for running the testsuite

There are two ways to retrieve the Timewarrior sources:

  • Clone the repository from Github,

    git clone --recurse-submodules https://github.com/GothenburgBitFactory/timewarrior
    cd timewarrior
    
  • Or download the tarball with curl,

    curl -O https://github.com/GothenburgBitFactory/timewarrior/releases/download/v1.4.2/timew-1.4.2.tar.gz
    

    and expand the tarball

    tar xzf timew-1.4.2.tar.gz
    cd timew-1.4.2
    

Build Timewarrior, optionally run the test suite (note: the tarball does not contain tests), and install it.

cmake -DCMAKE_BUILD_TYPE=release
make
[make test]
sudo make install

This copies files into the right place (default under /usr/local), and installs man pages.

Add the optional parameter -DCMAKE_INSTALL_PREFIX=/path/to/your/install/location to the cmake command if you want to install Timewarrior at a location other than /usr/local. The make install command may not require sudo depending on your choice of install location.

Documentation

There is extensive online documentation. You'll find all the details at timewarrior.net/docs/.

There you will find the documentation, downloads, news and more.

Contributing

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 CONTRIBUTING.md or visit taskwarrior.org.

Visit Github and participate in the future of Timewarrior.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].