track/README.txt

60 lines
1.9 KiB
Plaintext
Raw Permalink Blame History

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)