Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use multiple databases with DEVONthink' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use multiple databases with DEVONthink
Authored by: meddling on Feb 21, '05 01:29:58PM
I also think this (and MacJournal) are great programs, but I don't understand why they don't support multiple databases out of the box. The shell script could be a little simpler, though:

#!/bin/sh
ln -fvhs /Users/bmedling/Documents/DevonTHINK\ Databases/Research/ /Users/bmedling/Library/Application\ Support/DEVONthink
# Launch DEVONthink: 
open -a DEVONthink
ln will overwrite a previous link with the new link.

[ Reply to This | # ]