Giter Club home page Giter Club logo

ttr.bash's Introduction

ttr

CLI task time recorder for bash.

Features

  • Record your task time start, end and etc...
  • Time is written in daily plain text file
  • To use LTSV format
  • Simple LTSV parser
  • Single file application

Usage

Usage:
    ttr action [task name]
    ttr [options]

Options:
    -f, --file     show current file path
    -l, --list     show file list
    -c, --cat      cat file contents
    -t, --tail     tail file contents
    -g, --get      get ltsv value by given key
    -h, --help     show help message
    -v, --version  print the version

Examples

$ ttr start someTask
time:20181006T111108+0900       action:start    task:someTask      utime:1538791868
$ ttr end
time:20181006T111131+0900       action:end      utime:1538791891
$ ttr -c
time:20181006T111108+0900       action:start    task:someTask      utime:1538791868
time:20181006T111131+0900       action:end      utime:1538791891
$ ttr -t 1 | ttr -g utime
1538791891

Installation

$ curl -sS https://raw.githubusercontent.com/yosugi/ttr.bash/master/ttr.bash > ~/.ttr.bash
$ echo '[ -f ~/.ttr.bash ] && source ~/.ttr.bash' >> ~/.bashrc
$ source ~/.ttr.bash

Configuration

$TTR_DIR specify log dir (default: $HOME/.local/share/ttr) $TTR_EDITOR specify editor (default: vi)

License

MIT License

Version

v0.1.0

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.