Skip to content
nignux edited this page Jul 23, 2011 · 18 revisions

Table of Contents

Hide the key

To hide the key inside an image file (jpeg):

tomb bury /path-to-key/key-name /path-to-file/jpg-file

Extracts an hidden key

To extract a pre-hidden key:

tomb exhume /path-to-key/key-name /path-to-file/jpg-file

Hooks

Hooks are special files that can be placed inside the tomb and trigger actions when it is opened and closed.

= Bind Hooks

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

Clone this wiki locally