From 1a320fe2e42d608b9e3887872fe1f7b4cf121b13 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Sun, 19 Dec 2021 12:56:10 +0100 Subject: [PATCH] Added documentation for save command --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 725f449..178ac16 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tt Simple command line time tracker for POSIX systems. \ Written by Patrick Lipka (patrick.lipka@emea.nec.com) \ -This software is licensed under the BSD-2-clause license. Please see LICENSE for details. +tt is free software, distributed under the terms of the [GNU] General Public License as published by the Free Software Foundation, version 3 of the License. Please see LICENSE for details. ## Dependencies The program uses GNU Readline (https://tiswww.case.edu/php/chet/readline/rltop.html) for command completion and history. \ @@ -252,5 +252,9 @@ Project: Code Project Total: 24.35 ~~~ +### `save` +Saves the project list to file `tracking_dir/yyy-mm`.\ +This is automatically done after each meaningful change to the project list. + #### `version` Prints the version number of `tt`