This document contains the help content for the tracker command-line program.
Command Overview:
Simple tool to do time tracking
Usage: tracker [OPTIONS] <COMMAND>
add— Add a track entryview— Display tracking list entriesdelete— Remove entries from a tracking listedit— Edit an entry from a tracking listinsert— Swaps the next entry with the given timestamp and sets the next entries info to the given info
-c,--config <CONFIG>— Path to a config file
Add a track entry
Usage: tracker add [OPTIONS] [MESSAGE]...
Command Alias: a
<MESSAGE>— A short message
-t,--time <TIME>— Time to set the entry at-d,--date <DATE>— Date to set the entry at-s,--select— Select date from an interactive calender to set entry at-l,--long— Add a long description by opening an editor--long-text <LONG_TEXT>— Add a long description as text content
Display tracking list entries
Usage: tracker view [OPTIONS] [DATE]
Command Alias: v
<DATE>— Date of the list
-s,--select— Select date from an interactive calender-l,--long— Display additional description--csv— Output entries as CSV
Remove entries from a tracking list
Usage: tracker delete [OPTIONS] [DATE]
Command Alias: d
<DATE>— Date of the list
-s,--select— Select date from an interactive calender
Edit an entry from a tracking list
Usage: tracker edit [OPTIONS] [DATE]
Command Alias: e
<DATE>— Date of the list
-s,--select— Select date from an interactive calender-l,--last— Edit the latest added entry
Swaps the next entry with the given timestamp and sets the next entries info to the given info
Usage: tracker insert [OPTIONS] [MESSAGE]...
Command Alias: i
<MESSAGE>— A short message
-t,--time <TIME>— Time to set the entry at-d,--date <DATE>— Date to set the entry at-s,--select— Select date from an interactive calender to set entry at-l,--long— Add a long description by opening an editor--long-text <LONG_TEXT>— Add a long description as text content
This document was generated automatically by
clap-markdown.