Change documentation to reflect the new file structure
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
04162de6dd
commit
19d2d9229e
12
doc/save.txt
12
doc/save.txt
@@ -5,11 +5,15 @@ Save calcurse data.
|
||||
|
||||
Data are split into four different files which contain :
|
||||
|
||||
/ ~/.calcurse/conf -> user configuration
|
||||
/ $XDG_CONFIG_HOME/calcurse/conf -> user configuration
|
||||
| (layout, color, general options)
|
||||
| ~/.calcurse/apts -> data related to the appointments
|
||||
| ~/.calcurse/todo -> data related to the todo list
|
||||
\ ~/.calcurse/keys -> user-defined key bindings
|
||||
| $XDG_DATA_HOME/calcurse/apts -> data related to the appointments
|
||||
| $XDG_DATA_HOME/calcurse/todo -> data related to the todo list
|
||||
\ $XDG_CONFIG_HOME/calcurse/keys -> user-defined key bindings
|
||||
|
||||
Defaults:
|
||||
- datadir: $XDG_DATA_HOME/calcurse (~/.local/share/calcurse)
|
||||
- configdir: $XDG_CONFIG_HOME/calcurse (~/.config/calcurse)
|
||||
|
||||
In the config menu, you can choose to save the calcurse data automatically
|
||||
before quitting.
|
||||
|
||||
Reference in New Issue
Block a user