Skip to content

Instantly share code, notes, and snippets.

@LebedevRI
Created May 22, 2015 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LebedevRI/07f36738617b5557e8c8 to your computer and use it in GitHub Desktop.
Save LebedevRI/07f36738617b5557e8c8 to your computer and use it in GitHub Desktop.
Start with empty DT each time
#!/bin/bash
rm -Rf /tmp/darktable_tmp
mkdir -p /tmp/darktable_tmp
darktable --library /tmp/darktable_tmp/library.db \
--configdir /tmp/darktable_tmp --cachedir /tmp/darktable_tmp \
--tmpdir /tmp/darktable_tmp --conf write_sidecar_files=FALSE $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment