mirror of https://github.com/PatrickLipka/tt.git
Added documentation for save command
This commit is contained in:
parent
c342d24fb3
commit
1a320fe2e4
|
@ -1,7 +1,7 @@
|
||||||
# tt
|
# tt
|
||||||
Simple command line time tracker for POSIX systems. \
|
Simple command line time tracker for POSIX systems. \
|
||||||
Written by Patrick Lipka (patrick.lipka@emea.nec.com) \
|
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
|
## Dependencies
|
||||||
The program uses GNU Readline (https://tiswww.case.edu/php/chet/readline/rltop.html) for command completion and history. \
|
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
|
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`
|
#### `version`
|
||||||
Prints the version number of `tt`
|
Prints the version number of `tt`
|
||||||
|
|
Loading…
Reference in New Issue