Jin Kee
About
- Username
- Jin Kee
- Joined
- Roles
- Member
Comments
-
Hi all, Figured out how to do it off the SQLite3 page http://www.sqlite.org/version3.html for the save script try "save.sh" #!/bin/sh echo "usage saves.sh 'my message in single quotes'" cd /absolute/path/to/zotero sqlite…
-
Is there some way to get zotero to export the database to a text format from the command line. Ideally I'd like to wrap my `svn commit` command in a shell script that dumps the zotero database to a file inside my svn tree, then I can wrap my sv…