Show HN: Time tracking with plain text files

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • klog

    Command line tool for time tracking in a human-readable, plain-text file format. (by jotaen)

  • clj-org-analyzer

    Fun with org data

  • I use emacs org mode with the built-in time tracking features (org-clock-in). A while ago I built an analyzer for org files that allows to spice and dice how you spent your time: https://github.com/rksm/clj-org-analyzer This has become my daily vehicle for tracking work.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • timetrap

    Simple command line timetracker

  • The conceptual difference is the file format, as with klog the main idea is to have a format that looks and feels “natural”. So when opening a `.klg` file you don’t need to know much about the format in order to make sense of it, yet the data can be parsed and processed. And you can type in the entries by hand in a text editor. The data format in timewarrior is more opaque, even though it’s still plain text of course.

    There are, by the way, also cool projects that use sqlite as underlying datastore, like https://github.com/samg/timetrap , which produces a similar output as timewarrior.

  • gtimelog

    A time tracking application

  • I have been using the format used by gtimelog[1] for years. It has the benefit of adding one entry per line, so processing is extremely simple.

    [1]: https://github.com/gtimelog/gtimelog/blob/master/docs/format...

  • tasktimes

    Simple command-line time tracking

  • The method I chose was a clock-in/clock-out type of system where you can use the tool to start and stop tasks. Of course, you can type in and edit entries if you want, but the formatting is much more strict than your system.

    https://github.com/timpark/tasktimes

  • CCTime

    Simple, unobtrusive time tracking utility for Windows (by rlv-dan)

  • Shameless self promotion: I got tired of using Excel but could not find a simple way to track my time so I built my own and I think many here would find it useful:

    https://github.com/rlv-dan/cctime

  • mdtimesheet

    Calculates time spent on projects, based on a markdown .plan style timesheet file.

  • Update:

    https://github.com/keyle/mdtimesheet

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts