Jump to content

kerrydawson

Member
  • Posts

    149
  • Joined

  • Last visited

Everything posted by kerrydawson

  1. Oh yes I only use the Mac apps Contacts Addressbook. I do know though everything goes through iCloud now and has for quite some time. file://localhost/Users/kerrysdawson/Desktop/Screen%20Shot%202013-04-29%20at%208.51.29%20PM.png
  2. No errors this time but no output either: Kerrys-iMac:~ kerrysdawson$ /usr/bin/sqlite3 -separator '!:!' ~/Library/Application\ Support/AddressBook/AddressBook-v22.abcddb "select e.ZADDRESSNORMALIZED, p.ZFIRSTNAME,p.ZLASTNAME from ZABCDRECORD as p,ZABCDEMAILADDRESS as e WHERE e.ZOWNER = p.Z_PK;" Kerrys-iMac:~ kerrysdawson$ What do you think? It doesn’t sound like its producing what you’re looking for. I hope we can get this going as I think this is a very cool app. Kerry
  3. For some reason it left the folder we had moved to but I pasted the command in from the prompt where it was and got the following result: Last login: Mon Apr 29 16:33:03 on ttys000 Kerrys-iMac:~ kerrysdawson$ usr/bin/sqlite3 -separator '!:!' ~/Library/Application\ Support/AddressBook/AddressBook-v22.abcddb "select e.ZADDRESSNORMALIZED, p.ZFIRSTNAME,p.ZLASTNAME from ZABCDRECORD as p,ZABCDEMAILADDRESS as e WHERE e.ZOWNER = p.Z_PK;" -bash: usr/bin/sqlite3: No such file or directory Kerrys-iMac:~ kerrysdawson$ So the error states: -bash: usr/bin/sqlite3: No such file or directory Have I done this correctly?
  4. This is what I see when I use your memail command: http://bit.ly/ZZIY1y Kerry
  5. Yes I have more than one Peter’s. So I did what you said and it just came back to the prompt but with no error. Kerrys-iMac:user.workflow.FE091ADD-0652-4074-9791-E56823BB4390 kerrysdawson$ cat temp.names Kerrys-iMac:user.workflow.FE091ADD-0652-4074-9791-E56823BB4390 kerrysdawson$ cat temp.names Kerrys-iMac:user.workflow.FE091ADD-0652-4074-9791-E56823BB4390 kerrysdawson$ perl -version This is perl 5, version 12, subversion 4 (v5.12.4) built for darwin-thread-multi-2level (with 2 registered patches, see perl -V for more detail) Copyright 1987-2010, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. Kerrys-iMac:user.workflow.FE091ADD-0652-4074-9791-E56823BB4390 kerrysdawson$
  6. Yes, Had to run. When I type in: Kerrys-iMac:user.workflow.FE091ADD-0652-4074-9791-E56823BB4390 kerrysdawson$ sh ./search.sh peter Kerrys-iMac:user.workflow.FE091ADD-0652-4074-9791-E56823BB4390 kerrysdawson$ There isn’t an error. Is that what you needed to know? Kerry
  7. OK so here’s what I typed and I don’t think there are any errors. However, how do I take a look at the contents of temp.names. It certainly doesn’t exist in finder under ~kerrysdawson>library>application Support> Alfred 2 Last login: Mon Apr 29 10:13:47 on console Kerrys-iMac:~ kerrysdawson$ cd ~/Library/Application\ Support/Alfred\ 2/Alfred.alfredpreferences/workflows Kerrys-iMac:workflows kerrysdawson$ cd `find . -name findaddr.pl | xargs dirname` Kerrys-iMac:user.workflow.FE091ADD-0652-4074-9791-E56823BB4390 kerrysdawson$ sh ./search.sh peter Kerrys-iMac:user.workflow.FE091ADD-0652-4074-9791-E56823BB4390 kerrysdawson$ In finder I’m in the folder where alfred.alfredpreferences is showing. In terminal it shows the folder I’m in is two subfolders under this. Even with TinkerTools and show hidden files and folders I can’t see this folder. I don’t know how you show it in Terminal and what the syntax is for that.
  8. To address the first question there is no error so to speak but rather when you type in memail name the name doesn’t come up underneath as in your diagram but rather a folder that says send. As you add names this folder send doesn’t change. On point 1. Where and exactly how do you want me to get to that folder. If you want me to do via terminal, then I need to know exactly what it is I’m typing as I have no idea where the workflow folder is located and how you get to it. On point 2: I think I know what I need to write once I find that shell script. On point 3: This is I guess dependent on the first 2. However, I was looking at your script /usr/bin/perl ./findaddr.pl "{query}" and the addr struct me as possibly the problem but I don’t understand any kind of scripting language at all. So I really need to be walked through all of this. Kerry
  9. I can’t get this to work except in a couple of things. It keeps switching to wanting to do a web search.
  10. I’m not sure this was a wise purchase for me but I had to investigate. I want to do something I think that is very simple as a workflow and that would be to create a new email and say populate the to: to three email addresses as an example. In Keyboard Maestro its not totally straightforward but easy once you know how to put the macro together. I kind of thought this system was supposed to be simpler but with all the scripting and stuff it looks wicked. Am I right? Or am I just not approaching this correctly. Now this is a real simple for Keyboard Maestro. The complicated stuff isn’t even that difficult. Its just a matter of making sure your macros are properly in line and flow properly. You can actually just record everything you do then edit out the stuff in the Macro that isn’t logical. I haven’t got a clue how you even do this what seems to me to be a very simple thing.
×
×
  • Create New...