fixes to readme

This commit is contained in:
Abraham Toriz 2021-09-07 22:57:21 -05:00
parent 1fb70ffe4c
commit ad7a95b2f2
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 3 additions and 3 deletions

View File

@ -182,15 +182,15 @@ a path listed in the config value for `formatter_search_paths`.
This executable will be given as standard input a csv stream with each row
representing a time entry with the same structure as the `csv` formatter output.
It will also be given as a command line argument representing settings for this
formatter stored in the config file.
It will also be given a command line argument representing user settings for
this formatter stored in the config file and formatted as JSON.
### Example
Suppose we have this config file:
```toml
database_file = "/home/user/.config/tiempo/config.toml"
database_file = "/home/user/.config/tiempo/database.sqlite3"
round_in_seconds = 900
append_notes_delimiter = " "
formatter_search_paths = ["/home/user/.config/tiempo/formatters"]