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

FreeBSD Manual Pages

  
 
  

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

NAME
     timew-config - get and set Timewarrior configuration

SYNOPSIS
     timew config [<name> {<value>|''}]

DESCRIPTION
     Allows  setting and removing configuration values, as an alternative to di-
     rectly editing your timewarrior.cfg file.

EXAMPLES
     For example:

	 $ timew config verbose yes
	 $ timew config verbose ''
	 $ timew config verbose

     The first command sets 'verbose' to 'yes'. The second sets it  to	a  blank
     value  which  overrides  the  default  value. The third example deletes the
     'verbose' setting.

     When modifying configuration in this way, interactive confirmation will  be
     sought. To override this confirmation, use the ':yes' hint, which means you
     intend to answer 'yes' to the confirmation questions:

	 $ timew config verbose '' :yes

     If no arguments are provided, all configuration settings are shown:

	 $ timew config
	 verbose = yes
	 ...

SEE ALSO
     timew-hints(7), timew-show(1)

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

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

home | help