updates Readme

This commit is contained in:
James Tomasino 2024-04-15 15:44:41 +00:00
parent d2212ef6f4
commit a8aa135f43
1 changed files with 20 additions and 24 deletions

View File

@ -1,4 +1,4 @@
TRACK(1) General Commands Manual TRACK(1)
TRACK(1) General Commands Manual TRACK(1)
NAME
track - a minimalistic data tracker
@ -7,43 +7,40 @@ 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. It's 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.
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 lo
cation where the data is stored. If it is not set the current direc
tory is used.
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
a Show all values of a metric
-n <N> Show N values of a metric
n <N> Show N values of a metric
-x <metric>
x <metric>
Remove metric file
-c Output in CSV format
c Output in CSV format
-l List all metrics being tracked
l List all metrics being tracked
-h Show the help.
h Show the help.
-v Display current version information.
v Display current version information.
-d Debug mode.
d Debug mode.
EXAMPLES
track weight 150
Log 150lbs for today's weight
Log 150lbs for todays weight
track -n 10 calories
track n 10 calories
Show last 10 days calorie values
track mood tired and hungry
Log a multi-word phrase as the value for your current mood
Log a multiword phrase as the value for your current mood
track mood
Show last value logged for mood
@ -51,13 +48,12 @@ EXAMPLES
LICENSE
GNU General Public License v3.0 or later at
https://www.gnu.org/licenses/gpl-3.0-standalone.html
https://www.gnu.org/licenses/gpl3.0standalone.html
BUGS
Report issues at the git repository at https://github.com/jamestom
asino/track
Report issues at the git repository at https://github.com/jamestomasino/track
AUTHOR
James Tomasino <james (at) tomasino (dot) org>
v2020.10.11 11 Oct 2020 TRACK(1)
v2024.04.15 15 Apr 2024 TRACK(1)