nuex / t

sh script for working with ledger timelog files
65 stars 18 forks source link

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

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: