From 3fc5ac5111fe1a65c17cb225f1c5e86cb7ddc627 Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Sat, 14 Aug 2021 11:30:20 -0500 Subject: [PATCH] document in readme about t configure --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e6543b3..7545342 100644 --- a/README.md +++ b/README.md @@ -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`.