Git Product home page Git Product logo

tictag's Introduction

tictag

CircleCI

Stochastic time tracking, stolen liberally from TagTime, with a centralized component to:

  • merge responses from multiple clients
  • send and receive slack messages requesting and receiving pings (you receive a message asking what you're doing, you respond with tags)

You can sign up at https://agh.io or run it yourself!

Motivation

I loved using TagTime. I had two problems with it: first, while I am a nerd and spend too much time in front of a computer, I don't spend all of it here! Tagging the time I spent doing things like cooking, cleaning, or spending time with family was difficult. I'd inevitably forget to tag big swathes of time, and retrospective tagtiming never felt quite right--and big swathes of untagged time were really demoralizing and made me less confident in my collected data.

Second, I use multiple machines--I switch from my laptop to my desktop daily, and I get more tempted by shiny new computers than I really should. It was hard to keep my data in sync between multiple computers.

Solution: tictag! It's basically tagtime with a centralized database. It can send you pings via slack (if you want). And your responses (sent via slack or to the API) are compiled, synced to Beeminder (just like the original TagTime).

(Oh, and also, this is also a way to experiment with web dev in clj(s))

Installation and Getting Started

(This should get dramatically easier, very soon.)

  1. Make sure you have clojure and leiningen installed.

  2. The super complicated part, for now: create a Slack account, and a bot, and set Slack up to hit your publicly accessible URL when your bot gets a message.

  3. Clone and cd into this repo.

  4. Check out config.clj for configuration options. Everything is configured through environment variables.

  5. Either lein run, or lein uberjar and java -jar [the resulting uberjar file].

  6. You can either use the slack bot alone, or you can run a client for a much better experience: https://github.com/johnswanson/ttc (Note: this currently has a dependency on xdialog--let me know if you want to use tictag somewhere you can't install xdialog, or on a non-Linux machine.)

tictag's People

Contributors

johnswanson 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.