Giter Site home page Giter Site logo

gs256 / worktracker Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 4 KB

A command line tool that calculates total time based on timestamps written in a simple human-readable format

Rust 100.00%
calculator cli rust time timestamp tracker work worktracker

worktracker's Introduction

worktracker

A command line tool that calculates total time based on timestamps written in a simple human-readable format. It can be used to track time spent on work or any other kinds of tasks.

How to use

The tool works in a similar way to wc and accepts input from stdin.

~/.log.txt

1 10
2 45

11:23
1:30

13h 10m
13h 50m
$ worktracker < ~/.log.txt

 1h 10m -  2h 45m => 1h 35m
11h 23m -  1h 30m => 2h 7m
13h 10m - 13h 50m => 40m

Total time: 4h 22m

You can also run worktracker and type the timestamps manually or paste them into the terminal and press ctrl+z to simulate EOF.

Syntax

The tool works with both 12h and 24h time formats.

Supported timestamp formats 11 20, 11:20, 11h 20m.

TODO: add support for timestamps without minutes (11h)

The timestamps should be written in pairs. The first one is start, the second one is end. Each pair should be separated by a newline.

Timestamps with incorrect syntax are ignored.

License

MIT

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.