README.md in timetrap-1.5.0 vs README.md in timetrap-1.5.1
- old
+ new
@@ -196,18 +196,25 @@
display commands (e.g. display, list, week, etc.) and is non-destructive.
The actual start and end time stored by Timetrap are unaffected.
See `configure` command to change rounding increment from 15 minutes.
+**non-interactive**
+ passing a ``--yes`` or ``-y`` flag will cause any command that requires
+ confirmation (such as ``kill``) to assume an affirmative response to any
+ prompt. This is useful when timetrap is used in a scripted environment.
+
Configuration
--------
Configuration of TimeTrap's behavior can be done through a YAML config file.
See ``t configure`` for details. Currently supported options are:
round_in_seconds: The duration of time to use for rounding with the -r flag
- database_file: The file path of the sqlite databese
+ database_file: The file path of the sqlite database
+
+ append_notes_delimiter: delimiter used when appending notes via ``t edit --append``
Bugs and Feature Requests
--------
Submit to http://github.com/samg/timetrap/issues