nuex / t

sh script for working with ledger timelog files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t

Description

t is a shell script for working with ledger's timelog format.

Install

Download and install the script to a bin directory that exists in your $PATH. For example, $HOME/bin:

curl --silent -L -G https://raw.github.com/nuex/t/master/t -o ~/bin/t
chmod +x ~/bin/t

Set the location of your timelog file:

export $TIMELOG=$HOME/.timelog.ldg

The default location is $HOME/.timelog.ldg.

Usage

Usage: t <action>

Actions

  • t in - clock into project or last project
  • t out - clock out of project
  • t sw,switch - switch projects
  • t bal - show balance
  • t hours - show balance for today
  • t edit - edit timelog file
  • t cur - show currently open project
  • t last - show last closed project
  • t grep - grep timelog for argument
  • t cat - show timelog
  • t less - show timelog in pager
  • t timelog - show timelog file

References

Even though this works with ledger 3, the timelog format is only referenced in the ledger v2 documents. Here are a few resources about the timelog format:

About

sh script for working with ledger timelog files


Languages

Language:Shell 100.0%