
lendenmc
Member-
Content Count
8 -
Joined
-
Last visited
About lendenmc
-
Rank
Newbie
Profile Information
-
Interests
Python, Unix, OS X, web development, JavaScript, server-side programming, databases, data analysis, SQL, NoSQL, computer science, mathematics
-
lendenmc started following Creating a real Alfred iOS app (not Remote)
-
lendenmc reacted to a post in a topic: Pocket for Alfred
-
lendenmc reacted to a post in a topic: Pocket for Alfred
-
@fniephaus I tried last summer to check what was preventing your pocket workflow from working on my Lion machine and found out that it had to do with the alfred-workflow python library not being10.7 compatible (as explained in this thread). I'm just letting you know that your worklfow, and likely many others, will now be 10.7 compatible (and likely 10.6), thanks to the alfred-workflow library's latest update that fixes the keychain issue on 10.6 and 10.7. I was able to test that the worflow work on my machine with this update. Thanks for your workflow anyway.
-
Carlos-Sz reacted to a post in a topic: Evernote Workflow 9 beta 4 (Alfred 4)
-
Thanks for the tip. It didn't work at first.. but after I figured out I needed to update to your September 24th most recent version (8.91), it works like a charm. Very handy workflow, thanks a lot.
-
When you type a new note (with "enn"), it seems that it's not possible to get a title different from the note's body. Am I right or am I missing something ? I'd like to be able to directly enter both my note and a specific title right into Alfred bar. Thanks.
-
lendenmc reacted to a post in a topic: Pass selection in OS X
-
lendenmc reacted to a post in a topic: Take selected items and move them to a preset folder, Applescript question
-
Colors—convert color formats & access the OS X color panel
lendenmc replied to Tyler Eich's topic in Share your Workflows
Weird, the 2.00 version from Packal doesn seem to work on OS X 10.7.5 ... I checked the workflow folder and the "Colors.app" inside requires OS X 10.8 or later., so it is blocked. Is that the problem ? Version 1.41 works fine for me though. Edit : I've tested the "colors" executable, run in Terminal sudo dtruss ./colors '#8a2be2' and gotten the following error failed to execute ./colors: Could not create symbolicator for task This seems to be this bug that prevent the 2.00 version of the worflow from working on my machine. Can anyone help me on this ? Meanwhile, I also replaced t -
lendenmc reacted to a post in a topic: Going Back to Search after Selection
-
Awesome ! I was finally able to make it work. Here is my process to figure it out so folks who get the same problem will likely waste less time than I did. First I ran into the the same kind of problem with another workflow using Python scripts (it was ZotQuery). By running ZotQurey in the Alfred bar, I was given a useful Python Attribute Error message though. I was told that the collections Python module had no attribute OrderedDict. Then I found out that OrderedDict is a Python 2.7 new attribute of collections. So Alfred was using the default Apple Snow Leopard Python 2.6 (/usr/bin/pyt
-
@nikipore Last time I didn't remove the curly braces around PROFILE and query while testing bookmarks.py in Terminal, so that couldn't work obviously. Now with PROFILE="~/Library/Application Support/Firefox/Profiles/*.default" python bookmarks.py "$PROFILE" "Tiger" I get this in Terminal : <items><item arg="http://en.wikipedia.org/wiki/Siberian_Tiger" uid="nikipore.firefoxbookmarks-25933"><title>Siberian Tiger</title><subtitle>http://en.wikipedia.org/wiki/Siberian_Tiger</subtitle><icon>/Users/my_username/Library/Caches/com.runningwithcrayons.A
-
Thanks nikipore. I'm using the latest Firefox version which is 27.01.
-
Hi there, I also tried to run the plugin without success. I have the same problem as mentioned above : So I run in terminal PROFILE="~/Library/Application Support/Firefox/Profiles/*.default" python bookmarks.py "${PROFILE}" "{university}" but got nothing (no error message). Then I followed this: and got the following content for /temp/alfred.txt : profile=~/Library/Application Support/Firefox/Profiles/*.default places=/Users/my_username/Library/Application Support/Firefox/Profiles/my_profile.default/places.sqlite exists=True For your information, I'm running Snow Leop