Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TIMEW-CHART(1)			  User Manuals			  TIMEW-CHART(1)

NAME
     timew-chart - display chart report

SYNOPSIS
     timew day [<range>] [<tag>...]
     timew month [<range>] [<tag>...]
     timew week [<range>] [<tag>...]

DESCRIPTION
     A chart summarizes the tracked and untracked time with colored blocks drawn
     on  a  timeline.  It  accepts date ranges and tags for filtering. There are
     three types: day, week, and month with their respective commands.	The  re-
     ports.<type>.range  configuration setting overrides the default date range.
     One can override the global default date range with the reports.range  con-
     figuration. For more details, and precise times, use the 'summary' report.

     month
	 The month command shows a chart depicting a single month (current month
	 by default). The default date range shown is :month.

     week
	 The week command shows a chart depicting a single week (current week by
	 default). The default date range shown is :week.

     day
	 The  day  command  shows  a  chart depicting a single day (today by de-
	 fault). The default date range shown is :day.

HINTS
     Apart from range hints (see timew-hints(7)), the chart  reports  adhere  to
     the following hints:

     :blank
	 The  ':blank'	hint  causes only the excluded time to be shown, with no
	 tracked time. This can be used to display the exclusions.

     :ids
	 The ':ids' hint causes the intervals to be displayed with their IDs

CONFIGURATION
     <type> is one of month, week, day.

     reports.<type>.cell
	 Determines how many minutes are represented by a single character cell,
	 for the charts. The value must be greater than '0'.  A  value	of  '15'
	 means that an hour is represented by 60/15, or 4 character cells. Suit-
	 able values are the divisors of 60 (30, 20, 15, 12, ...). Default value
	 is '15'.

     reports.<type>.day
	 Determines  whether  the current day of the month is shown at left mar-
	 gin. Default value is 'yes'.

     reports.<type>.holidays
	 Determines whether relevant holidays are shown beneath the report.  De-
	 fault value is 'yes'.

     reports.<type>.hours
	 Determines  how the <type> report shows all the hours in a day ('all'),
	 or is limited to only hours when  data  is  tracked  ('auto').  Default
	 value is 'all'.

     reports.<type>.lines
	 Determines how many lines are used to render each day on the <type> re-
	 port. Default value is '1'.

     reports.<type>.month
	 Determines  whether  the current month is shown at left margin. Default
	 value is 'yes'.

     reports.<type>.range
	 For reports that show a range of data, this setting will  override  the
	 default  value.  The  value  has to be a range hint (without the prefix
	 colon), see timew-hints(7).

     reports.<type>.spacing
	 Specifies how many spaces are inserted between the hours in the  <type>
	 report exclusions. A value of '0' yields a more compact report. Default
	 value is '1'.

     reports.<type>.axis
	 The value 'internal' puts the hour markers (timeline at the top) inside
	 the  exclusion  blocks,  'external' puts the hour markers in a separate
	 line; additional values might be defined in the future. Default is 'in-
	 ternal' for the day report and 'external' for other reports.

     reports.<type>.summary
	 Determines whether the hours summary is shown. Default value is 'on'.

     reports.<type>.totals
	 Determines whether the time totals are shown for each day  on	the  re-
	 port. Default value is 'on'.

     reports.<type>.week
	 Determines whether the current week number is shown at left margin. De-
	 fault value is 'yes'.

     reports.<type>.weekday
	 Determines whether the current weekday is shown at left margin. Default
	 value is 'yes'.

     tags.<tag>.color
	 Assigns a specific foreground and background color to a tag, instead of
	 the default color palette determined by your current theme. Examples of
	 valid colors include 'white', 'gray8', 'black on yellow', and 'rgb345'.

EXAMPLES
     Charts accept date ranges and/or tags, or ids for filtering:

	 $ timew month 1st - today
	 $ timew week FOO BAR
	 $ timew day @3 @4

     See  timew-ranges(7)  and	timew-hints(7)	on the different ways to provide
     date ranges.

SEE ALSO
     timew-summary(1)

timew 1.9.1			   2025-08-27			  TIMEW-CHART(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=timew-chart&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help