Jump to content

yohasebe

Member
  • Posts

    14
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by yohasebe

  1. Thanks! Currently, the closest to your suggestion is to use the Tab -> Enter. Pressing the Tab key shifts focus from the text area to the "Send Message" button. Once the focus is on the button, pressing Enter will send the query.
  2. An Alfred workflow that removes duplicate Finder tabs and windows and arranges them into a single or dual-pane 👓 layout for a cleaner desktop experience https://github.com/yohasebe/finder-unclutter Finder Unclutter does the following all at once: Unminimize all Finder windows Unduplicate all Finder tabs Merge all Finder windows and tabs Organize Finder in a single/dual pane layout Position Finder in a specified area of the desktop
  3. That is correct if you have installed only "mpv" and "sox" and not others listed on the GitHub page. If you have installed all the dependencies listed on the page, the following will remove all the dependencies listed on the GitHub README page of the workflow if you have installed all of them. brew uninstall pandoc mpv sox jq duti brew autoremove Thank you for your kind words!
  4. Hi, thank you for your questions. I'm sorry for not getting back to you sooner! Among the dependencies, only `pandoc`, `jq`, and `duti` are necessary, but `mpv` and `sox` are optional if you do not use speech-to-text and text-to-speech. In version `2.8.6`, an option has been added in the settings to hide speech-related buttons on the web UI. Exporting chat data on this workflow only saves the data to the history.json file, which is simply a plain text file in JSON format. I have not thought about using history.json for purposes other than loading chat data at a later time. However, since the file consists of just a simple JSON object, other software programs can likely handle it. Please give it a try!
  5. Hi, I am the author of this workflow for using OpenAI's API from Alfred 5. Here are the features: Interactive query/chat with GPT-3.5 / GPT-4 Image generation using DALL-E API Voice-to-text using Whisper API Github Repo: https://github.com/yohasebe/openai-chat-api-workflow Dependencies: OpenAI API key Pandoc (available on Homebrew) for converting Markdown to HTML Sox (available on Homebrew) for recording audio from a microphone jq (available on Homebrew) for converting Markdown to HTML duti (available on Homebrew) for using Google Chrome instead of Safari (optional)
  6. @vitor Thank you for the great suggestions. I updated the workflow accordingly. 1. Set default search path (`~`). 2. Fixed typo in the description. 3. Removed unnessesary Ruby files. 4. Set `~/Library` to be ignored for better performance. The intermediary step before the Script Filter is left as is for now. It may not be essential, but I wanted to use the action modifiers with ⌘ and ⌥. The latest version 1.4.0 has been pushed to the Github repo. Thanks again for your great work!
  7. @vitor It took some time to prepare, but I think the latest version of the workflow meets all requirements: https://github.com/yohasebe/fzf-alfred-workflow Please let me know if there is anything further I should do to get it listed in the Alfred Gallery. Thank you!
  8. @Andrew It does (or appears to) happen no matter what is on the screen. I am attaching a MP4 of what it looks like. The result text is read out 10 seconds after the start, but the above messages are also read out before and after that. https://user-images.githubusercontent.com/18207/222877765-5a67a1d5-6348-48ce-8bd7-7be084f6c0b5.mp4 I tried sleep times of 1.5, 2.0, and 2.5 seconds on my M1 MacBook Air and found that 1.5 seconds was too short. I think I'll go with 2.5 seconds. This also does not seem to matter.
  9. @Andrew Thank you for your valuable advice. I have confirmed that adding a delay workflow object works. I'm sorry that I made this topic in the bug category even though it is not! There is one more thing that is not clear to me. VoiceOver reads the following a few times and finally speaks the result text: "Currently you are on a system dialog." "In system dialog, content is empty." This is another problem I have been told by the blind user of the workflow. Any ideas?
  10. @vitor Thank you for your comments on this workflow as well! I will work on the two points you pointed out.
  11. Hi, I develop a workflow to use OpenAI's text completion API on Alfred. OpenAI Text-Completion Workflow for Alfred https://github.com/yohasebe/openai-text-completion-workflow A blind user of this workflow has reported that the "speak" feature of the workflow does not work. I have checked this myself and found that when VoiceOver is activated, neither VoiceOver nor the default Voice Synthesizer in MacOS will perform speech synthesis. Could you please take a look at this option and fix the problem? When VoiceOver is not activated, the "speak" feature works as expected. PS: It is great that Alfredo can be a very useful tool for the blind.
  12. I uploaded a screenshot. Thanks!
  13. I am the author of this workflow: https://github.com/yohasebe/fzf-alfred-workflow I know there exist similar workflows as this and they look good too, but let me submit my workflow anyway. There are dependencies ("fd" and "fzf", both can be installed with Homebrew). Instructions can be found on the GitHub page above.
×
×
  • Create New...