-
-
Notifications
You must be signed in to change notification settings - Fork 162
Advancedfeatures
nignux edited this page Jul 23, 2011
·
18 revisions
To hide the key inside an image file (jpeg):
tomb bury /path-to-key/key-name /path-to-file/jpg-file
To extract a pre-hidden key:
tomb exhume /path-to-key/key-name /path-to-file/jpg-file
Hooks are special files that can be placed inside the tomb and trigger actions when it is opened and closed.
This hook file is useful to mount specified directory from the tomb in the user's home. For example if you want to mount the directories mail and documents in the Mail and Documents directories in $HOME you just have to create a file named bind-hooks in the tomb root and put inside this two column list:
mail Mail
documents Documents