doc/manual.txt: Update note file naming scheme
We are now using hash-based note file names instead of mkstemp() (cf. commit5c6a00ee93). Update the documentation accordingly. Also, add a note on the garbage collector we added in8d71923d4f. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -538,9 +538,10 @@ $HOME/.calcurse/
|
|||||||
----
|
----
|
||||||
`notes/`::
|
`notes/`::
|
||||||
this subdirectory contains descriptions of the notes which are attached to
|
this subdirectory contains descriptions of the notes which are attached to
|
||||||
appointments, events or todos. One text file is created per note, whose name
|
appointments, events or todos. Since the file name of each note file is a
|
||||||
is built using mkstemp(3) and should be unique, but with no relation with the
|
SHA1 hash of the note itself, multiple items can share the same note file.
|
||||||
corresponding item's description.
|
calcurse provides a garbage collector (see the `-g` command line parameter)
|
||||||
|
that can be used to remove note files which are no longer linked to any item.
|
||||||
`conf`::
|
`conf`::
|
||||||
this file contains the user configuration
|
this file contains the user configuration
|
||||||
`keys`::
|
`keys`::
|
||||||
|
|||||||
Reference in New Issue
Block a user