mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Update documentation on XDG Base Directory specification support
Signed-off-by: Stanisław Wysocki <garethel@protonmail.com>
This commit is contained in:
parent
04822aa195
commit
718531f0a8
5 changed files with 43 additions and 7 deletions
|
@ -132,12 +132,20 @@ Note that the online documentation can be more detailed and more current than th
|
|||
|
||||
== FILES
|
||||
|
||||
=== Non-Unix systems
|
||||
~/.timewarrior/timewarrior.cfg::
|
||||
User configuration file.
|
||||
|
||||
~/.timewarrior/data/YYYY-MM.data::
|
||||
Time tracking data files.
|
||||
|
||||
=== Unix systems
|
||||
${XDG_CONFIG_HOME:-$HOME/.config}/timewarrior/timewarrior.cfg::
|
||||
User configuration file if legacy _~/.timewarrior_ directory doesn't exist.
|
||||
|
||||
${XDG_DATA_HOME:-$HOME/.local/share}/timewarrior/data/YYYY-MM.data::
|
||||
Time tracking data files if legacy _~/.timewarrior_ directory doesn't exist.
|
||||
|
||||
== pass:[CREDITS & COPYRIGHT]
|
||||
Copyright (C) 2015 - 2018 T. Lauf, P. Beckingham, F. Hernandez. +
|
||||
Timewarrior is distributed under the MIT license.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue