Home

Awesome

git annex darktable integration

This integrates git annex into darktable, using the following workflow:

This plugin creates shortcuts that can be bound to keys. You can find these shortcuts in the settings → shortcuts → lua menu. I recommend the following configuration:

Installation

To use, place git-annex.lua in your ~/.config/darktable/lua/ directory (creating it if necessary). Then add:

require "git-annex"

to your ~/.config/darktable/luarc file, creating it if necessary.