document in readme about t configure

This commit is contained in:
Abraham Toriz 2021-08-14 11:30:20 -05:00
parent 8783df7c37
commit 3fc5ac5111
1 changed files with 11 additions and 0 deletions

View File

@ -123,6 +123,17 @@ It is possible to access directly the sqlite database using
t backend
### Configuration
`tiempo` keeps a config file, whose location you can learn usign `t configure`.
It is also possible to edit the config file in-place passing arguments to
`t configure` like this:
t c --append-notes-delimiter ';'
it will print the resulting config file. Beware that it wont keep comments added
to the file.
## Specifying times
Some arguments accept a time as value, like `t in`'s `--at` or `t d --start`.