Jump to content

juanfal

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by juanfal

  1. I use a lot terminal and long time ago installed a simple function to search on history for the last(s) commands starting by the already typed chars just after typing ⌘↑ (command up-arrow). It's so useful for me I miss it on Alfred. What do you think about it?
  2. Trying to make Oxford pronounce fewer than 5 words, and the System 'say' more than 4 words. The bash script is simple and used to work and works on Terminal, but I don't see why it doesn't work now, and always goes to System say (oa is a script that resorts to Oxford web page to pronounce it)
  3. I am using it a lot for short numerical calculations. But it fails for me for unit conversions, debugging it says (for an input '32 to') : [11:03:48.586] Logging Started... [11:03:53.909] Unit converter[Script Filter] Queuing argument '' [11:03:54.054] Unit converter[Script Filter] Script with argv '(null)' finished [11:03:54.056] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module> import constants ModuleNotFoundError: No module named 'constants' [11:03:54.117] Unit converter[Script Filter] Queuing argument '4' [11:03:54.227] Unit converter[Script Filter] Script with argv '(null)' finished [11:03:54.229] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module> import constants ModuleNotFoundError: No module named 'constants' [11:03:54.468] Unit converter[Script Filter] Queuing argument '4 ' [11:03:54.509] Unit converter[Script Filter] Script with argv '(null)' finished [11:03:54.514] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module> import constants ModuleNotFoundError: No module named 'constants' [11:03:55.018] Unit converter[Script Filter] Queuing argument '4 t' [11:03:55.134] Unit converter[Script Filter] Script with argv '(null)' finished [11:03:55.141] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module> import constants ModuleNotFoundError: No module named 'constants' [11:03:55.326] Unit converter[Script Filter] Queuing argument '4 to' [11:03:55.374] Unit converter[Script Filter] Script with argv '(null)' finished [11:03:55.380] ERROR: Unit converter[Script Filter] Code 1: Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/me/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.0D0EC597-7062-40C6-8022-79EE69E51574/converter/main.py", line 3, in <module> import constants ModuleNotFoundError: No module named 'constants'
  4. Hi, coming from Quicksilver (long time user), I rejected entering in Alfred for several reasons. Now that I am in, and enjoying, I wanted to tell some things I see and I expect to help here. I'm really enjoying Alfred. It seems quite powerful and, quite important, well programmed, not wasting CPU cycles when idle. One thing I'd appreciate a lot would be to have a quick Hotkey-to-open anything way: That is: dropping the file over the Alfred preferences panel and having it all there except the hotkey waiting to set. Icon, name, kind of Tool, etc, all taken and set from the dropboxed item. It could be an Application, a folder to open… Thanks for this brilliant app
×
×
  • Create New...