Jump to content

astanciu

Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

87 profile views

astanciu's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Update, found the debugger and was able to see the logs, which told me the node version that my script was trying to execute was no longer there (due to me recently upgrading). All good
  2. Hi I have a workflow that used to work perfectly fine, but suddenly stopped triggering, and I can't figure out why. The workflow converts Hexadecimal numbers to Decimal numbers, for ex: "0x123" to "291". My workflow was setup so that I could open Alfred input window, paste the value "0x123" and it would show me the conversion, adding it clipboard if I hit enter. The trigger was setup to look for input that starts with "0x". Attached are screenshots of the setup. Recently, however, it doesn't seem to recognize the trigger and just defaults to basic search. If I enter just the trigger "0x" it shows the workflow, but this isn't helpful. What changed? How can I fix this? Thank you!
  3. Right, I get how to do that, but the problem is that you can easily flood the action panel with all kinds of non-file related Actions that I would use. It'd be awesome to create Action Panel SETS and choose which set to show depending on a tag or something you can set on a workflow. The way that any file allows the actions panel, if I create a new action, there could be a control that allows me to associate this workflow with an Action Panel. Then I can add mutliple actions to different panels. Do Something > List of things > Actions available only for Do Something Something else> List of other things> Actions available only for Something else
  4. So I recently just discovered I can create a custom list of entries using the Script filter and was wondering if I can do the same for the Actions panel. For example, here's a use case. I have a database that has a bunch of severs listed. I would like to keyword Alfred on "Server {query}" and it show a list of servers that maches that query. So far I can do this using the Script Filters. but now I would like to Action one of the selected servers and perform a custom action on it (Start/Stop/etc...) The only way I can think of is to mark the filtered list items with type="file", and then add my Start, Stop, etc actions as file actions. The only downside to this is that I'd see these items in normal file actions. Is there a cleaner way to do this? If not, can I put this in as a feature request? Creating custom action panels would be marvelous. Thanks Alex
×
×
  • Create New...