GithubHelp home page GithubHelp logo

timetracker's Introduction

timetracker

timetracker is a simple commandline tool fro tracking your time.

Dependencies And Requirements

It requires python3 and linux. Furthermore, one has to have mysql and mysql-config. To install it, invoke sudo apt-get install python3-dev libmysqlclient-dev. Afterwards, you can install mysqlclient using sudo pip3 install mysqlclient. Finally, you have to copy settings.cfg.default to settings.cfg and set all your db configurations

Current State Of Development

To run timetracker, simply invoke .src/tt.py from your commandline. timetracker supports the options listed below. Note that timetracker supports autocompletion and history for all commands.

start an activity

To start an activity, type start <name_of_activity>

stop the current activity

To stop the current activity, simple type stop

list current activities

To list activities type list <pattern>. All activities beginning with the given pattern will be listed. They are grouped by their name and their overall time is summed up. When no pattern is given, all activities will be listed.

Things To Do

  • sync: use rsync to download / upload your timings.db

  • hierachical queries: timings should be listed hierachically, e.g. in addition to showing timings for work.project1 and work.project2, timetracker should also show the overall time for work.

  • extended code completion: activities already known by the database should be included in autocompletion.

timetracker's People

Contributors

simon-gunacker avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.