Jump to content

dpyy

Member
  • Posts

    14
  • Joined

  • Last visited

Everything posted by dpyy

  1. By default, Alfred attaches the workflow icon in the notification. Is it possible to post notifications with dynamic icon/image? Like depending on the output of the workflow to show something different?
  2. does anyone have a version that works with Sonoma?
  3. Love the script, but I know I'm being picky here but is there a way to run this without opening system prefs?
  4. on alfred_script(q) tell application "Slack" to quit tell application "Notion" to quit tell application "Webstorm" to quit tell application "Postman" to quit tell application "Postico" to quit tell application "Tower" to quit tell application "Microsoft Teams" to quit tell application "Microsoft Excel" to quit tell application "Termius" to quit tell application "Intellij IDEA" to quit end alfred_script I have that script in alfred. The earlier ones get run but the latest ones fail. But if I run the script multiple times it eventually closes everything. Any ideas?
  5. I use a reminder workflow so that I can do "r buy milk" and it will add it as a reminder. But the problem is, randomly it will just be missing the last word of the reminder. Not sure why this is?
  6. I want alfred to start playing a radio station (like beats1 etc) in iTunes. Is this possible?
  7. I'm looking for ways to add a link from my clipboard to pocket. Is this something this workflow can help with? I can't figure out how to use the clipboard with the workflow
  8. So is there anything I can do in the mean time? Alfred is not useful without it.
  9. OSX's accessibility setting keeps getting reset? I would enable Alfred in there, but after a few hours it would be reset back to off.
  10. I'm running yosemite and it seems I can no longer add reminder to a specific list. Anyone else with this problem?
  11. Is there any update on this? I really need this workflow really bad. Here's my output if it helps. python mailto.py client Traceback (most recent call last): File "mailto.py", line 62, in <module> from contacts import get_contacts, CACHEPATH File "/Users/G/Dropbox/Alfred2/Alfred.alfredpreferences/workflows/user.workflow.7E8973CB-6BB8-4137-B64E-1480BAE6661E/contacts.py", line 29, in <module> log = logger(u'contacts') File "/Users/G/Dropbox/Alfred2/Alfred.alfredpreferences/workflows/user.workflow.7E8973CB-6BB8-4137-B64E-1480BAE6661E/log.py", line 24, in logger s = Settings() File "/Users/G/Dropbox/Alfred2/Alfred.alfredpreferences/workflows/user.workflow.7E8973CB-6BB8-4137-B64E-1480BAE6661E/settings.py", line 49, in __init__ self._load() File "/Users/G/Dropbox/Alfred2/Alfred.alfredpreferences/workflows/user.workflow.7E8973CB-6BB8-4137-B64E-1480BAE6661E/settings.py", line 60, in _load self['system_default_app'] = self._get_system_default_client() File "/Users/G/Dropbox/Alfred2/Alfred.alfredpreferences/workflows/user.workflow.7E8973CB-6BB8-4137-B64E-1480BAE6661E/settings.py", line 75, in _get_system_default_client d = json.loads(check_output(command)) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 575, in check_output raise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '[u'plutil', u'-convert', u'json', u'-o', u'-', u'/Users/G/Library/Preferences/com.apple.LaunchServices.plist']' returned non-zero exit status 1
  12. How do you install this workflow? Mine doesn't work. It installs fine, but when I type mailto and then enter it does nothing. Is there another software I need to install first?
×
×
  • Create New...