This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try | |
tell application id "DNtp" | |
set databasePath to "/Users/Dave/Dropbox/devonthink/home media.dtBase2" | |
set toDatabase to (POSIX path of databasePath) | |
set toDatabase to open database toDatabase | |
set theSelection to selection | |
if theSelection is {} then error "Please select something" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defsysv,'!HOME',GETENV('HOME')+'/' | |
defsysv,'!IDL_RBUF_SIZE',5000 | |
device,retain=2 | |
; ---- Use my Progs directory and subdirs | |
myprogs=expand_path('+/misc/pessto/git_repos/idl',/all_dirs) | |
!PATH = myprogs+':' + !PATH | |
; ---- | |
astrolib |
NewerOlder