Jump to content

raguay.customct

Member
  • Posts

    756
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by raguay.customct

  1. I would need the debugger output to see what is happening.
  2. If you change `compiled` to 0, you have to have nodejs installed and the path to in in the nodeapp variable. The error is that I compiled the program. You have to click cancel, go to System Preferences and the Security & Privacy, and then on the General. At the bottom, it gives you the option to run anyway. Click it and rerun the workflow and it should work.
  3. I use the compiled program on my M1 system and my Intel system. One system is using Alfred 5 and the other is still using Alfred 4. So the program should work on both types of systems and both builds of Alfred. Therefore, it looks like the program is missing or messed up in the download.
  4. Okay. It is set to use the compiled program I wrote (a compiled version of the JavaScript code), but that program isn’t with the workflow for some reason. You can try to re-download the workflow to get the program or install nodejs, set `compiled` to 0, and set `nodeapp` to the complete path to your copy of nodejs.
  5. In the environment variables, there is one called `compiled`. If it’s zero, you have to have nodejs on your system and set it’s path in the `nodeapp` environment variable. If it’s one, it will try to run the compiled program I made for it.
  6. You have to run `tc:getcleaners` in the Alfred prompt and wait for it to copy a list of cleaners. I do it this way because the query can be slow. Then you use `tc:clean` to select a cleaner to apply to the text in the clipboard.
  7. Also, I live in Thailand. So if you are in the UK or US, it will take me a night to get back with you.
  8. @vitor is right. I need the output of the debugger window and you environment variables. Otherwise, I can’t tell you what is wrong.
  9. Could you turn on the debugger and send me the results? Also, screen capture the settings panel so I can see how you have it setup. Thanks.
  10. So, when is beta testing?
  11. Testing…..It does this: ``` [09:47:40.553] Logging Started... [09:47:45.102] Emoji Taco[Script Filter] Queuing argument 'happy' [09:47:45.204] Emoji Taco[Script Filter] Script with argv 'happy' finished [09:47:45.206] ERROR: Emoji Taco[Script Filter] Code 1: Traceback (most recent call last): File "src/esearch.py", line 8, in <module> from workflow import Workflow3 ModuleNotFoundError: No module named 'workflow' ```
  12. Hi, I'm glad you like it. I just updated it a little bit to 5.9 that you can download from my GitHub repository: https://github.com/raguay/MyAlfred/blob/master/Alfred 4/TextSoap Cleaners.alfredworkflow Let me know if that helps.
  13. Hi, Nice to here someone is using it. I use it all the time. I added a Universal Action to some of them. You can download it from my Dropbox here: https://www.dropbox.com/s/bp21ua2xvtjuwii/Alfred Browser Toolbox.alfredworkflow?dl=0 Or, you can get the latest version from my GitHub account: https://github.com/raguay/MyAlfred/blob/master/Alfred 4/Alfred Browser Toolbox.alfredworkflow The current workflow version is 2.8. You can also file issues on my GitHub repo for Alfred. Sorry, but I don't update anything that is in any other download locations.
  14. Hi, When I installed the Alfred 4.5 beta, Alfred Remote refused to connect, even with direct connect, until I deleted the devices from my iPhone SE, MacBook Pro and Air. Then I reconnected them all together and it is working fine now. Not sure why I had to delete the device connections.
  15. I can confirm that on the M1 macs, it does run very slowly. The main program, alfred-firefox, used is a compiled go language program. That is most likely the issue. It's been compiled on an x86 system, but the M1s are ARM based. It has to launch the Rosetta 2 environment to compile the object code to ARM and then run the program. It doesn't save the results, so it has to be done each time it is launched. The issue that explains how to compile it yourself is here: https://github.com/deanishe/alfred-firefox/issues/23 You have to have the ARM64 build of the go language tools in order to build the sources. After recompiling, it is faster than ever now!
  16. That is what I did. I manually enabled it, then when my Dropbox sync finished syncing the Alfred preferences, I enabled sync with that file. After that, the preference for enabling the Clipboard History was disabled. Now that I re-set it to be enabled, it is working again. Therefore, something disabled it that wasn't me.
  17. Okay, it is working again. I guess it was a combination of things. I was using Alfred before my Dropbox was synced all the way. At that point, the clipboard history was enabled. When the Alfred preferences finished syncing (that took quite a while), then I set the new preferences location. Alfred must of turned off clipboard history at that point, and I thought it was still on. You might add a message to the user that clipboard history is turned off again when preferences location is changed. Thanks.
  18. I have three rows of pages and Remote just shows two. Therefore, I have to swipe up on the rows of pages to get to one of the last ones. Then click on one of the pages there. Showing more rows wouldn't leave enough room on my iPhone SE.
  19. I just received my MacBook Pro with the M1 chip and Big Sur. The clipboard handling seems to be a bit buggy. I can copy something to the clipboard from a program, but it will not show in the clipboard menu for Alfred (Alt-CMD-C). But, it is usable in the clipboard and in the Alfred workflows/snippets. It just isn't showing up in the menu. For instances, when I copy a name from Cielo24.com (a website for getting closed captions done), it will not show in the menu. I do this often because the file names are often longer than their website will show. Instead of looking at the clipboard menu, I have to copy it into the Alfred Browser or some other program to see it. Actually, I just tried to copy this text and view it there and the menu is stuck on something I copied the first day I got the new computer.
  20. BTW: I just received my new MacBook Pro with the M1 chip. Switching between the Air and the Pro on remote works great! It would be nice if it remembered the last screen it was on so I didn't have to swipe over to it.
  21. Does the flight test version automatically get replaced with the new version on the App Store? Or, is this version a buy up?
  22. Have you tried the ones in this article: https://www.thewindowsclub.com/best-desktop-application-launcher-for-windows-10 Launchy is okay, but I will agree with you that there isn't one as good as Alfred. But, I only use Windows in Parallels virtual machine. I do have a goal of writing a better launcher for windows, but just never seem to have the time for it.
×
×
  • Create New...