Jump to content

xilopaint

Member
  • Posts

    896
  • Joined

  • Last visited

  • Days Won

    24

Reputation Activity

  1. Like
    xilopaint got a reaction from vitor in Alfred About This Mac   
    Done.
  2. Like
    xilopaint reacted to Benzi in Menu Bar Search   
    Let me try and update the workflow to use User Configuration and sign the binary as well.
  3. Like
    xilopaint reacted to vitor in Always use Alfred’s bundle identifier when invoking via AppleScript or JavaScript for Automation / JXA   
    When interacting with an app via AppleScript or JavaScript for Automation (JXA), it is common to do so via its name:
     
    tell application "Safari" to activate -- AppleScript
    Application("Safari").activate() // JXA
     
    But often the bundle identifier is a better choice:
     
    tell application id "com.apple.Safari" to activate -- AppleScript
    Application("com.apple.Safari").activate() // JXA
     
    In Alfred’s case, the latter is always preferred. It’s what the External Trigger uses in the example. Instead of Alfred 5, which changes with new versions, com.runningwithcrayons.Alfred is unchanging so it always points to the latest one installed.
  4. Like
    xilopaint reacted to pontus in Menu Bar Search   
    This is so good it should be a native Alfred feature. Absolutely necessary for your productivity, not only can you do more without the mouse, you don't even have to create a Hotkey! I'm triggering it with Cmd+Space.
     
    ---
     
    Say if you’re the author or submitting someone else’s workflow.
    I'm not the author, @Benzi is.

    Share a link to its thread on the Alfred Forum, if available.
     
    Share a link to its main page (e.g. GitHub).
    https://github.com/BenziAhamed/Menu-Bar-Search
  5. Like
    xilopaint reacted to Shahrukh in Alfred PDF Tools – Optimize, encrypt and manipulate PDF files   
    Started working now. Thanks!!
  6. Like
    xilopaint reacted to andy4222 in Giphy   
    Giphy workflow.
     
    Not created by me.
     
    Don't know the alfred forum link since I found it via google search
     
    Workflow out of the box without any config https://github.com/kejadlen/giphy.alfredworkflow
  7. Like
    xilopaint reacted to vitor in Consulting   
    I suggest describing first what you want. More often than not it ends up being something simple that we can get you up and running with a few objects, teaching you how to make it in the process (you can get very far without a single line of code). Occasionally the request is something not feasible at all, because it depends on controlling another app (or a part of macOS) which has no API.
     
    By explaining your request first, people will also be able to assess if their knowledge applies (it’s a spectrum, not a hard line).
  8. Like
    xilopaint got a reaction from andy4222 in Alfred About This Mac   
    I just released a new version of the workflow with some fixes and support for Apple Silicon.
     
     
    It's not slow on new Macs but it's possible to make it faster by caching the machine icon generated by the getMacIcon.applescript. Unfortunately my AppleScript skills are a bit outdated so I would be happy if @vitor or someone else could submit a PR.
  9. Like
    xilopaint reacted to Vero in Alfred access to touch bar? (for workflows or search results)   
    The Touchbar was an experiment by Apple, which is more or less falling by the wayside now. It's only available on a shrinking subset of Macs. As such, it hasn't been an area of focus given all the other ideas we have that will benefit the broader Alfred community.
  10. Like
    xilopaint got a reaction from flexbox in Urban Dictionary   
    I had to create a new Urban Dictionary workflow as my previous one was broken.
     

     
    It's available on GitHub.
  11. Thanks
    xilopaint got a reaction from nicola.efflandrin in [Workflow]Shorten URL (support goo.gl/ bit.ly/ t.cn/ j.mp/ is.gd/ v.gd/)   
    Workflows are not paid products. 
  12. Like
    xilopaint got a reaction from nikivi in Alfred 5   
    Alfred Gallery is exciting news for non-coders, but a vscode extension for Alfred would mean an incomparable boost for developers imho.
     
    Vscode and Alfred are my top 2 favorite macOS softwares. Integrating both experiences would be amazing news.
     
    Please @vitor, come to the rescue! 😄
  13. Like
    xilopaint got a reaction from nikivi in Alfred 5   
    I love Alfred but the worst part of it is debugging. I would love to have a vscode extension which outputs in the console's editor the same content as Alfred Debugger. It would make the development experience much less annoying as we can focus in a single app (vscode).
     
    @Vero @Andrew
  14. Like
    xilopaint got a reaction from lycopodiopsida in Alfred 5   
    I love Alfred but the worst part of it is debugging. I would love to have a vscode extension which outputs in the console's editor the same content as Alfred Debugger. It would make the development experience much less annoying as we can focus in a single app (vscode).
     
    @Vero @Andrew
  15. Like
    xilopaint got a reaction from Rad in Alfred PDF Tools – Optimize, encrypt and manipulate PDF files   
    You should see a new enhanced file with the same name of the original one with an [optimized] tag appended. If the file is big the optimization can take some time to finish. You can track the progress using the progress keyword. If the file is not being created I need the output of the Alfred Debugger and, if possible, the original PDF file to investigate the reason. You can send me the file by PM.
  16. Like
    xilopaint reacted to deanishe in Alfred-Man - Man Pages Search, View (Terminal, PDF, HTML)   
    Congratulations, you have won a body part! The rump is very good, sir.
  17. Like
    xilopaint got a reaction from Alan He in Alfred 5   
    I love Alfred but the worst part of it is debugging. I would love to have a vscode extension which outputs in the console's editor the same content as Alfred Debugger. It would make the development experience much less annoying as we can focus in a single app (vscode).
     
    @Vero @Andrew
  18. Like
    xilopaint reacted to Vero in Alfred 5   
    We're planning an Alfred workflow gallery, to which creators will be able to contribute their own workflows.  
     
    The project has been in the works for some time but, as a small team, we've prioritised getting a fantastic Alfred 5 release out first.  Once Alfred 5 has launched and users are happily up and running with the new features, we'll be working on an official site for Alfred workflows, as a separate project to v5.
     
    Our aim is to create a safe and organised platform, which is easily searchable and browsable.
  19. Like
    xilopaint got a reaction from vitor in Alfred PDF Tools – Optimize, encrypt and manipulate PDF files   
    @vitor I contacted the maintainer of k2pdfopt and he told me how to disable the interactive mode. That was enough to, at the same time, passing the arguments to subprocess.Popen as an array and removing both the echo command and shell=True.

    The only issue now is that double quotes are still an illegal character, but this is an issue with k2pdfopt that I already reported to him and he promised to look into.
  20. Like
    xilopaint reacted to Vero in Amazon Suggest Workflow   
    @buntonn This workflow is actually now bundled into Alfred
     
    Launch Alfred 3 to the Workflows tab, click the [+] in the bottom left, and choose Examples > Amazon Suggest.
     
    Once you've got this keyword in place, you may wish to disable to default search for Amazon or change its keyword.
     
    Cheers,
    Vero
  21. Like
    xilopaint got a reaction from katie in Alfred PDF Tools – Optimize, encrypt and manipulate PDF files   
    Update (v3.1)
     
    • Added a Deskew file action.
  22. Like
    xilopaint reacted to 2pilvic in Alfred PDF Tools – Optimize, encrypt and manipulate PDF files   
    It works great, even "optimize". Thank you very much for your wonderful workflow (iMac, M1, MacOS 12.2.1.)
  23. Like
    xilopaint reacted to Jasondm007 in Alfred PDF Tools – Optimize, encrypt and manipulate PDF files   
    Thanks a ton for the update, @xilopaint!! Love this workflow!
  24. Thanks
    xilopaint got a reaction from Jasondm007 in Alfred PDF Tools – Optimize, encrypt and manipulate PDF files   
    Update (v3.0)
     
    • Python 3 port.
    • PyPDF4 replaced with pikepdf.
  25. Thanks
    xilopaint got a reaction from Jasondm007 in Alfred PDF Tools – Optimize, encrypt and manipulate PDF files   
    Big changes were made in v3. Unfortunately, because of macOS constraints regarding unsigned binaries, the adoption of pikepdf made the new version around 5 seconds slower. Making the new version faster would require the user either installing pikepdf manually or allowing a large amount of binaries, which I decided to avoid.
     
    Any feedback about v3 is appreciated.
     
    Thanks to @katiefor testing beta builds before v3 release.
×
×
  • Create New...