diff options
-rw-r--r-- | doc/use.md | 36 |
1 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,35 @@ -git annex +# Use of photo archive -Place: private_annex
\ No newline at end of file +## Archive + +Add to archive: git annex add + +Place: private_annex + +## Replicate archive + + * Replicate existance to nearest mirror: git annex sync --fast + * Replicate content to all mirrors: git annex sync --content --all + +## Refer to images + + * Use symlink: [ctrl+x s] + +## Edit images + + 1. Copy image, and follow sylink: + shell:: cp %f + mc:: [F5] (tick "follow symlinks") + 2. Edit: use Gimp or whatever ... + 3. Add to archive + +## Tag images + + 1. Open in DarkTable ... + 2. Save xmp sidecar files + +## Status + + git annex info + +## Search metadata |