README.md in timetrap-1.8.2 vs README.md in timetrap-1.8.3.beta1
- old
+ new
@@ -1,6 +1,6 @@
-Timetrap
+Timetrap [![Build Status](https://secure.travis-ci.org/samg/timetrap.png)](http://travis-ci.org/samg/timetrap)
========
Timetrap is a simple command line time tracker written in ruby. It provides an
easy to use command line interface for tracking what you spend your time on.
@@ -351,16 +351,22 @@
**round_in_seconds**: The duration of time to use for rounding with the -r flag
**database_file**: The file path of the sqlite database
- **append_notes_delimiter**: delimiter used when appending notes via `t edit --append`
+ **append_notes_delimiter**: delimiter used when appending notes via
+ `t edit --append`
- **formatter_search_paths**: an array of directories to search for user defined fomatter classes
+ **formatter_search_paths**: an array of directories to search for user
+ defined fomatter classes
- **default_formatter**: The format to use when display is invoked without a `--format` option
+ **default_formatter**: The format to use when display is invoked without a
+ `--format` option
**default_command**: The default command to invoke when you call `t`
+
+ **sheets_are_exclusive**: Only allow one running entry at a time. Defaults to
+ false which allows one running entry per sheet.
Special Thanks
--------------
The initial version of Timetrap was heavily inspired by Trevor Caira's