README.md in timetrap-1.7.10 vs README.md in timetrap-1.8.0
- old
+ new
@@ -118,11 +118,11 @@
#### Built-in Formatters
Timetrap has built-in support for 6 output formats.
-These are **text**, **csv**, **ical**, **json**, **factor** and **ids**
+These are **text**, **csv**, **ical**, **json**, and **ids**
The default is a plain **text** format. (You can change the default format using
`t configure`).
$ t display
@@ -169,29 +169,10 @@
A *json* formatter is provided because hackers love json.
$ t d -fjson
-The *factor* formatter is like the default *text* formatter, except it reads special
-notes in your entry descriptions, and multiplies the entry's duration by them.
-A note like *f:2* will multiply the entry's duration by two in the output.
-See https://github.com/samg/timetrap/issues#issue/13 for more details.
-
- $ # note durations are multiplications of start and end times, based on notes
- $ t d -ffactor
- Timesheet: nopoconi
- Day Start End Duration Notes
- Mon Mar 07, 2011 19:56:06 - 20:18:37 0:22:31 merge factor in timetrap, f:3
- 20:19:04 - 20:23:02 0:01:59 document factor formatter f:0.5
-
- 0:22:34
- ---------------------------------------------------------
- Total 0:22:34
-
-
-
-
#### Custom Formatters
Timetrap tries to make it easy to define custom output formats.
You're encouraged to submit these back to timetrap for inclusion in a future
@@ -235,9 +216,15 @@
Now when I invoke it:
$ t d -f notes
working on issue #123
working on issue #234
+
+Timetrap Formatters Repository
+------------------------------
+
+A community focused repository of custom formatters is available at
+https://github.com/sam/timetrap_formatters.
Commands
--------
**archive**
Archives the selected entries (by moving them to a sheet called ``_[SHEET]``)