
linuslundahl
Member-
Content Count
9 -
Joined
-
Last visited
About linuslundahl
-
Rank
Newbie
Contact Methods
-
Twitter
http://twitter.com/linuslundahl
-
Website URL
http://unwi.se/
Recent Profile Visitors
513 profile views
-
+1 on tab or ability to set delimiters.
-
try this instead: on alfred_script(q) tell application "Finder" to activate tell application "System Events" to tell application process "Finder" click menu item "Hide Others" of menu 1 of menu bar item "Finder" of menu bar 1 click menu item "Minimize All" of menu 1 of menu bar item "Window" of menu bar 1 end tell end alfred_script
- 8 replies
-
- minimize
- AppleScript
-
(and 1 more)
Tagged with:
-
this issue with PHP notices is something I have with a lot of workflows based on PHP, since I am a PHP developer myself I have set the error reporting in my php.ini to E_ALL | E_STRICT, meaning I will get all errors, warnings and notices printed. The quick fix is changing the setting in your php.ini file. The solution I've done is adding: error_reporting(0); to php-files in the workflows that are not working for me.
- 497 replies
-
- music player
- music
-
(and 3 more)
Tagged with:
-
linuslundahl reacted to a post in a topic: Google Chrome Incognito Workflow
-
Well, easier is probably not the best terminology. But since my library.json file gets quite large (~13mb), the player takes a while to load. Updating without loading the player is just quicker… this is an issue overall for me with the mini player actually. I guess I have too many playlists...
- 497 replies
-
- music player
- music
-
(and 3 more)
Tagged with:
-
I added a simple way to make it easier to update the library.json file: http://cl.ly/OF1t
- 497 replies
-
- music player
- music
-
(and 3 more)
Tagged with:
-
linuslundahl reacted to a post in a topic: Dash - Documentation for 80+ APIs
-
linuslundahl reacted to a post in a topic: Drill-Down Menus: Movie search (OMDb-API) & Alfred Repo
-
I made a couple of workflows: PHP functions php {query} Shows function description in subtext, enter will bring you to php.net for full documentation. Download: http://cl.ly/MHVj Drupal API d {query} Shows Drupal 7 functions available with query, enter brings you to api.drupal.org. d6 {query} d7 {query} d8 {query} Shows Drupal X functions available with query, enter brings you to api.drupal.org. Download: http://cl.ly/MAzw Purge Memory free Purges and frees up memory. (hotkey ctrl+alt+cmd+m can also be used) Download: http://cl.ly/MBc6 The PHP and Drupal workflo