Go to file
James Tomasino a8aa135f43 updates Readme 2024-04-15 15:44:41 +00:00
LICENSE initial commit 2018-05-29 17:36:02 -04:00
Makefile big code cleanup and refactoring 2020-10-11 13:53:53 +00:00
README.txt updates Readme 2024-04-15 15:44:41 +00:00
track updates track to support additive logs 2024-04-15 15:40:32 +00:00
track.1 updates track to support additive logs 2024-04-15 15:40:32 +00:00

README.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TRACK(1)                                                          General Commands Manual                                                          TRACK(1)

NAME
       track - a minimalistic data tracker

SYNOPSIS
       track [options] <metric> [<value>]

DESRIPTION
       Using the command line, track allows you to enter one and only one data point on any metric per day. Its great for tracking your weight or how many
       cups of coffee you drank.  track logs your data for each given metric to a CSV file. If you track the same metric twice in the same day, the data is
       updated. Data need not be numeric.

OPTIONS
       Setting  the  $TRACK_DIR  environment variable will change the default location where the data is stored.  If it is not set the current directory is
       used.

       a     Show all values of a metric

       n <N> Show N values of a metric

       x <metric>
              Remove metric file

       c     Output in CSV format

       l     List all metrics being tracked

       h     Show the help.

       v     Display current version information.

       d     Debug mode.

EXAMPLES
       track weight 150
              Log 150lbs for todays weight

       track n 10 calories
              Show last 10 days calorie values

       track mood tired and hungry
              Log a multiword phrase as the value for your current mood

       track mood
              Show last value logged for mood

LICENSE
       GNU General Public License v3.0 or later at

       https://www.gnu.org/licenses/gpl3.0standalone.html

BUGS
       Report issues at the git repository at https://github.com/jamestomasino/track

AUTHOR
       James Tomasino <james (at) tomasino (dot) org>

v2024.04.15                                                             15 Apr 2024                                                                TRACK(1)