petrmifek / trax

Simple time tracker designed for ChatOps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trax

Simple time tracking server designed to work with Mattermost / Slack.

Built with Cookiecutter Django
License:MIT

Overview

Trax is a time tracking server written in Python/Django, designed to work within a chat server such as Mattermost or Slack. You interact with it directly from your chat server, using slash commands and webhooks:

# start to work on something
/trax start making coffee

# Get a pretty reminder in channel in 5 minutes
/trax remind add "Call mom" "in 5 minutes"

# start to work on something else
/trax start reading emails

# Stop working
/trax stop

# see how you spent your time today
/trax stats

Documentation

Detailed user guide, installation and deployment instructions are available at https://traxio.readthedocs.io/.

About

Simple time tracker designed for ChatOps

License:MIT License


Languages

Language:Python 74.7%Language:HTML 15.5%Language:Shell 6.3%Language:CSS 1.6%Language:Dockerfile 1.3%Language:JavaScript 0.6%