From 386a9afc4e0b86bedf55a670fb6f780d48593706 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 13 Mar 2016 10:32:37 -0400 Subject: [PATCH] Doc: Added data file name example --- doc/data.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/data.txt b/doc/data.txt index 02af87c5..f848fb77 100644 --- a/doc/data.txt +++ b/doc/data.txt @@ -84,7 +84,11 @@ Data File Names --------------- The data file names will have the year and month embedded, which acts as a heuristic for filtering, keeps the data files small and therefore quicker to -manipulate, and eliminates the need for any sophisticated archiving. +manipulate, and eliminates the need for any sophisticated archiving. For +example: + + ~/.timewarrior/data/2016-02.data + ~/.timewarrior/data/2016-03.data ---