Add organization and documentation to hooks collection
This commit is contained in:
parent
2af9c3a524
commit
8c6a96545d
4 changed files with 9 additions and 0 deletions
9
contrib/hooks/encrypt_with_checksums/README.md
Normal file
9
contrib/hooks/encrypt_with_checksums/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## Track checksums of encrypted files
|
||||
|
||||
Contributed by Martin Zuther
|
||||
|
||||
Hook | Description
|
||||
---- | -----------
|
||||
post_encrypt | Collects the checksums of encrypted files, and stores them in .config/yadm/files.checksums
|
||||
post_list | Prints the names of encrypted files
|
||||
post_status | Reports untracked changes within encrypted files
|
Loading…
Reference in a new issue