Jump to content

vitor

Staff
  • Posts

    8,497
  • Joined

  • Last visited

  • Days Won

    708

Everything posted by vitor

  1. Deprecating this workflow in favour of the new Screenshots. To try it out you need Alfred 5.5, currently in beta.
  2. Updated to 2024.1. Use Text View for viewing output.Remove colons in keyboard shortcuts.Use Number Slider for history size.
  3. Updated to 2024.1. Revamped with new Text View (requires Alfred 5.5).Add Universal Action to edit text.
  4. Updated to 2024.1. New repository.New icon.New About.Added configuration.Rebuilt without code.Remove OneUpdater in favour of Gallery updating.
  5. Updated to 2024.1. New repository. New icon. New About. Add configuration. Use new Grid View (requires Alfred 5.5). Remove OneUpdater in favour of Gallery updating.
  6. 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.
  7. Frequently Asked Questions (FAQ) How do I set up an alternative AI model? The workflow offers the ability to change the API end points and override model names in the Workflow Environment Variables. This requires advanced configuration and is not something we can provide support for, but our community are doing it with great success and can help you on a different thread. How do I access the service behind a proxy? Add a new https_proxy key in Workflow Environment Variables. Or configure the proxy for all workflows under Alfred Preferences → Advanced → Network. Why can’t I use the workflow with a ChatGPT Plus subscription? The ChatGPT Plus subscription does not include access to the ChatGPT API and are billed separately. Is there a video which shows how to use the workflow? Yes, on YouTube. How do I report an issue? Accurate and thorough information is crucial for a proper diagnosis. 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. Why do I keep getting [Connection Stalled]? This happens when the workflow takes too long to receive a reply from the API. It indicates a problem either with your connection or OpenAI’s service. Open a terminal and run the following (replace the YOUR_API_KEY text within the quotes with your API key): openai_key="YOUR_API_KEY" time /usr/bin/curl "https://api.openai.com/v1/chat/completions" --header "Authorization: Bearer ${openai_key}" --header "Content-Type: application/json" --data '{ "model": "gpt-3.5-turbo", "messages": [{ "role": "user", "content": "What is red?" }], "stream": true }' It should provide a clue as to what is happening. Include the result in your report.
  8. 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.
  9. 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.
  10. 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.
  11. This workflow requires Alfred 5.5, currently in beta. 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.
  12. Usage Search for folders with the nav keyword and press ↩ to navigate the contents in a thumbnail view. Type to filter. ↩ Open or view file, or navigate inside folder.⌘↩ Flip sort order.⌥↩ Reveal in Finder.⇧↩ Navigate to parent folder. Alternatively, begin navigation in a folder via a Universal Action. Configure the Fast Entry section in the Workflow’s Configuration to start navigation with the contents of specified folders. Launch it via the fnav keyword or the Hotkey. ⤓ Install on the Alfred Gallery | Source
  13. Setup Create an OpenAI account and log in. On the API keys page, click + Create new secret key. Name your new secret key and click Create secret key. Copy your secret key and add it to the Workflow’s Configuration. Hot tip: Using earlier models (e.g. ChatGPT 3.5 and DALL·E 2) is the most cost-effective way to use these OpenAI tools and stretch your credit a long way! Usage Query ChatGPT via the chatgpt keyword. ↩ Ask a new question. ⌘↩ Clear and restart chat. ⌥↩ Copy last answer. ⌃↩ Copy full chat. ⇧↩ Stop generating answer. Query DALL·E via the dalle keyword. ↩ Send a new prompt. ⌥↩ Reveal the most recent image in the Finder. ⤓ Install on the Alfred Gallery | Source
  14. Usage Search screenshots via the screenshots keyword. ↩ View in Alfred.⌘↩ Copy to clipboard.⌥↩ Reveal in Finder.⇧↩ Upload to Imgur. ↩ Show compatible apps for opening.⌘↩ Copy to clipboard.⌥↩ Reveal in Finder.⇧↩ Upload to Imgur.⎋ Return to Grid View. View clipboard images via the clipimg keyword. Take an interactive screenshot and upload it to Imgur via the imgur keyword. Alternatively, upload any image with the Universal Action. Configure the Hotkeys for faster triggering. ⤓ Install on the Alfred Gallery | Source
  15. Usage Play the matching pairs game via the memory keyword. ↩ Reveal card.⌘↩ Start new game. Increase the difficulty and change the set of images in the Workflow’s Configuration. ⤓ Install on the Alfred Gallery | Source
  16. Usage Search installed manual pages via the man keyword. ↩ Open in primary viewer.⌥↩ Open in secondary viewer. The viewer app set in the Workflow’s Configuration determines the generated format: Alfred Text View: ASCII text.Alfred PDF View: PDF.PDF App: PDF.Quick Look: HTML.Web Browser: HTML.Terminal: Standard view. When viewing in Alfred, ⌥↩ opens the alternative viewer. ⤓ Install on the Alfred Gallery | Source
  17. Usage Compare the two most recent clipboard entries via the clipdiff keyword. Press ↩ on the result to copy it to the clipboard. Compare two files or folders via the Universal Action. ⤓ Install on the Alfred Gallery | Source
  18. Updated to 2024.1. New repository.New icons.New About.Add configuration.Updated code.Remove OneUpdater in favour of Gallery updating.
  19. Updated to 2024.1. Update icon.Skip Input as Universal Action.
  20. Please provide a screen recording of it happening, with the debugger open, so I can look for clues in context. In addition, are you sure you still need the workflow? You might not due to Google Drive now behaving differently.
  21. There’s nothing wrong with that log, it’s working as intended. When it reaches the Script Filter, you have to type something to search for folders in your drive to move to.
  22. You can replicate the workflow without code, like so. It uses a similar technique to Shutdown Timer.
  23. Looks like the old service is retired and they have a new page. While their free tier would be more than enough for most users of the workflow, the hassle of making a new account doesn’t seem worth it when random.org works so well. Here’s an updated version without ANU QRNG. I’ll update the top post and links later.
  24. @ajlande Please follow the debugging steps.
  25. Updated to 2024.1. Skip Input as Universal Action.Remove colons in keyboard shortcuts.Shorter Objective-C functions.Capitalise “TV” in description.Updated search URL. @sepulchra This should fix your issue.
×
×
  • Create New...