Jump to content

vitor

Staff
  • Posts

    8,494
  • Joined

  • Last visited

  • Days Won

    708

Everything posted by vitor

  1. @MacDaddy Something will be happening, see the the debugger. I suspect you may missing the Automation Tasks. @zeitlings Just as a general tip (though I’m confident you know this but may not have thought of it when making the quick workflow), an Arg and Vars Utility instead of the Run Script would’ve worked too, but saves the need for the cat lines. Otherwise this is pretty much how I’d have done it too.
  2. When reporting issues, please include your exact installed versions of: The Workflow.Alfred.macOS. In addition to: The debugger output. Perform the failing action, click “Copy” on the top right and paste it here.Details on what you did, what happened, and what you expected to happen. A short video of the steps with the debugger open may help to find the problem faster. Thank you. Accurate and thorough information is crucial for a proper diagnosis which allows me to help you better.
  3. Usage Copy rich text, images, and other special data from the clipboard with the richsave keyword followed by your snippet name. Restore a snippet to the clipboard and paste it to the frontmost app with the richsnip keyword. Use ⌘↩ to delete a snippet. Configure the Hotkeys for faster triggering. Triggering Like Regular Snippets You can paste rich snippets like the others by creating a new workflow with a Snippet Trigger. Connect it to an Arg and Vars Utility with the name of the snippet as the Argument. Finally, connect it to a Call External Trigger Output referencing restore_snippet in this workflow. There is an example you can copy at the bottom of the Workflow canvas. ⤓ Install on the Alfred Gallery | Source
  4. When reporting issues, please include your exact installed versions of: The Workflow.Alfred.macOS. In addition to: The debugger output. Perform the failing action, click “Copy” on the top right and paste it here.Details on what you did, what happened, and what you expected to happen. A short video of the steps with the debugger open may help to find the problem faster. Thank you. Accurate and thorough information is crucial for a proper diagnosis which allows me to help you better.
  5. When reporting issues, please include your exact installed versions of: The Workflow.Alfred.macOS. In addition to: The debugger output. Perform the failing action, click “Copy” on the top right and paste it here.Details on what you did, what happened, and what you expected to happen. A short video of the steps with the debugger open may help to find the problem faster. Thank you. Accurate and thorough information is crucial for a proper diagnosis which allows me to help you better.
  6. Usage Mount disk partitions via the mount keyword. Unmount with the unmount keyword. ⤓ Install on the Alfred Gallery | Source
  7. Usage See mounted disk images via the dmgeject keyword. ↩ to eject it and trash the DMG. Find DMG files via the dmgtrash keyword. ↩ to trash the DMG. In both cases, Alfred’s list refreshes if more results remain after trashing one or hides when trashing the last one. ⤓ Install on the Alfred Gallery | Source
  8. Glad you like it! And thank you for the suggestions. Few notes on the bottom two: You can, by overriding the object’s JSON. Both Thumbnail Navigation and Short Films do that. The File Buffer works in Grid View too.
  9. Might be janky, but maybe you can make a Shortcut for that, or some of the steps? E.g. auto-create a new note, then copy it? Or maybe save a file to iCloud Drive and have the Shortcut copy that? Or send the text via AirDrop?
  10. Have you tried replacing it with \n\n? Or try three or four. I had to do that with Markdown Transform for pasting as BBCode. Also try adding two spaces at the end of each line to force a line break. It would be useful to know where the collapsing is happening. I suspect it might the app you’re pasting to on iOS.
  11. Names don’t matter, the workflow uses the Spotlight metadata to identify screenshots. But there is a configuration to not limit the search to the Desktop. It has been clarified above that setting a folder is under consideration. But it’s not likely to happen until I decide what to do regarding Apple’s breakage of the Imgur shortcut.
  12. Did you type a space after open? Also, try just just opening Alfred and pressing the space bar (you’ll see ' appear) and type the name of your file then. See also Troubleshooting File Indexing Issues.
  13. I’m not sure I understand what you mean by the key combination or the key command. When you are at the Universal Actions panel you just press ↩. Here: You only press ⌥↓ or ⌥↑ on regular results. Here: If that’s what you’re doing, would you mind recording a short video? Sometimes these things end up being a miscommunication that is resolved when actually seeing the behaviour.
  14. Since (mandatorily) changing to the File Provider API, popular third party services all evict files by default. Even so, some do seem more reliable than others and Dropbox’s appears to have been the steepest decline. But this is mostly anecdotal from personal observation, so take it with a grain of salt.
  15. If you could share the video in some way (e.g. uploading to a file locker) it could be useful. Are you using a syncing service? If so, are your preferences always offline? I’m not finding it now, but I recall someone with the same issue and it boiled down to a problem with the syncing, in which whatever service (I don’t recall which) was seemingly reverting the relevant file. After the above, the next step would be resetting syncing to the default location and see if you can reproduce.
  16. The delay is by design: But you can tell Alfred to ignore that behaviour and trigger faster: See the image in the linked documentation, which makes where to find the setting clearer.
  17. I’ll preface this by saying I’m not sure I understand the problem. You can add files to the buffer by selecting them in the Finder then triggering the Universal Action shortcut and picking Add File to Buffer. Or by finding any file in an Alfred search and pressing ⌥↑ or ⌥↓. Have you seen the File Buffer documentation? You don’t need to find the files via Navigation, File Search works too, as do File Filters and other workflow objects.
  18. You have to make sure your preferences are available offline. The File Provider methods have a way of removing them from the system.
  19. Welcome @ryoppippi, One simple solution is to have a workflow that goes through your ~/Downloads directory and trashes all the workflows files. I’ve made a quick one for you. Call it with the cleanworkflows keyword. Feel free to inspect and modify it at will, you’ll see it’s done entirely without code. Make sure you have the Automation Tasks installed.
  20. I’ve now added an Automation Task to output text with line counts.
  21. 2024.5 New Tasks: Clipboard Save and RestoreNew Task: Number linesMerge to PDF: Show CG_PDF logging
  22. One approach you can take is to make it so pressing ↩ appends the line to a file (tell the connection to not close on actioning) and then on ⌘↩ read the File Contents (there’s an Automation Task for that), split it on newlines, then Action in Alfred and Send to Trash (another Automation Task) the file.
  23. @gatto It is indeed possible. See the second post for instructions on how to accomplish that.
  24. You can also invoke Alfred and type csvsnip then the name of your CSV file to import. There are several ways to this. The Usage instructions in your screenshot (and the Gallery) explain the different methods.
  25. Go to messages and click Edit → Tapback [Last] Message… Then press a number on your keyboard between 1 and 6. Messages will send the reaction according to the position in the bubble. So “thumbs up” is 2 while the question mark is 6. That’s what the workflow triggers. The flash you’re seeing is the animation being triggered then dismissed.
×
×
  • Create New...