Jump to content

dfay

Member
  • Posts

    1,054
  • Joined

  • Last visited

  • Days Won

    62

Posts posted by dfay

  1. FWIW I just searched for php in my workflows folder, and I came up with about 5 that I had disabled several years ago & which I deleted, and only one active one, the Units workflow ( 

     ) which seems to just be using PHP to launch curl.  

     

    Maybe we could come up with a list of workflows that are still in use with PHP?  I'm not sure there are that many.

  2. Get the current URL as a URL, Page Title or Markdown link.

     

    There are three snippets which paste immediately in the active app, and three Universal Action triggers which will copy to the clipboard when invoked on a URL.

     

    https://www.dropbox.com/s/dl/wisja3ppi2g31aw/Browser snippets.alfredworkflow

     

    Originally based on https://www.asianefficiency.com/technology/save-time-with-expert-level-textexpander-snippets/

  3. Hi

    I started building my own workflow to search and open groups & just came across yours.  I have a Q. re: your AppleScript - it looks like you run a recursive function to get all the subgroups - which was where I was struggling....is this correct, and is there no other way to do this?

    thanks

     

    Here's my script filter code, featuring annoying tricks to avoid reserved words in AS, decent on the free JSON Helper app in the MAS:

     

    https://gist.github.com/derickfay/8ee52862be556f5e3eb9c759514f26b2

     

  4. Quote

    But what's the part right after: "to computer name of (system info)" - should I be replacing that with anything or is that actual functional code that retrieves the machine's name?

    That's the AS code to get the computer name.  I'd run that line by itself in Script Editor to see how it works.  

     

    I just used the open command but you could have it return different strings with the paths if you'd prefer.  

     

    Presumably you'd need to change the tell as well - the open command is specific to ChronoSync.

     

    See https://discussions.apple.com/thread/7761153

     

  5. Yeah there’s a lot of nice stuff with the external keyboard that hasn’t been really picked up in the coverage of iPadOS 15 to date.  There’s also a floating equivalent of the MBP Touch Bar but on screen.  I wouldn’t be surprised if there’s a new Swift UI component which Cloutie is using as well.

     

    See https://developer.apple.com/documentation/SwiftUI/ToolbarItemPlacement/keyboard?changes=_1

×
×
  • Create New...