Added documentation for save command

This commit is contained in:
Patrick Lipka 2021-12-19 12:56:10 +01:00
parent c342d24fb3
commit 1a320fe2e4
1 changed files with 5 additions and 1 deletions

View File

@ -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`