Jump to content

Acidham

Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    19

Posts posted by Acidham

  1. 1. Follow the steps on the link

    2 use /usr/local/bin instead of /usr/bin

    3. open workflow in Alfred 

    4. when you double click on script filter step it opens a dialog. click on “open file”

    5. change first line, the starting with #! to #!/usr/local/bin/python 

  2. I assume your Bluetooth is enabled? 

     

    Please run following command

    system_profiler SPBluetoothDataType -json

     

    It should look like:

     

    {
      "SPBluetoothDataType" : [
        {
          "controller_properties" : {
            "controller_address" : "F8:FF:C2:50:D0:46",
            "controller_chipset" : "BCM_4364B3",
            "controller_discoverable" : "attrib_off",
            "controller_firmwareVersion" : "v75 c4195",
            "controller_productID" : "0x0001",
            "controller_state" : "attrib_on",
            "controller_supportedServices" : "0x382039 < HFP AVRCP A2DP HID Braille AACP GATT Serial >",
            "controller_transport" : "UART",
            "controller_vendorID" : "0x004C (Apple)"
          },
          "devices_list" : [
            {
              "Aci Mouse" : {
                "device_address" : "24:D0:DF:0A:F2:CF",
                "device_connected" : "Yes",
                "device_firmwareVersion" : "1.7.0",
                "device_minorType" : "Mouse",
                "device_productID" : "0x0269",
                "device_services" : "0x800020 < HID ACL >",
                "device_vendorID" : "0x004C"
              }
            },
            {
              "As AirPods Pro " : {
                "device_address" : "E4:90:FD:81:4C:7E",
                "device_firmwareVersion" : "4C165",
                "device_minorType" : "Headphones",
                "device_productID" : "0x200E",
                "device_serialNumber" : "GRHCGM9XLKKT",
                "device_vendorID" : "0x004C"
                }
            },...

     

  3. I am using 1Writer on ios which does what you are looking for.

     

    the only thing is you need to point md_notes path in md notes on hour mac to 1Writer icloud path. 1writer will render all tags similar to typora.

     

    hope that helps …

  4. 9 minutes ago, 40-02 said:

    @Acidham, thanks for your workflow! I use it quite often. 

    Can you please consider such feature request: to add the keyword which will list results sorted not by number of visits, but by recency - when the url was visited last. 

    I believe it can be handy. 

     

    You mean triggered by a separat keyword e.g. `bhs` which sorts based on recently visitied?

  5. it is a folder action…means you need to search folder, TAB and choose open in forklift.

     

    what happens when you exec `open -a ForkLift “~/Desktop”` in terminal?

     

    assuming you have Forklift installed 

  6. In the log that you sent in previous posts shows that the folders were properly responded back, and hopefully it will be shown in Alfred:

     

    • jret18
    • Temp
    • Downloads
    • 2021 unsorted
    • Dropbox
    • Dropbox
    • Distribution

    Let's focus on one e.g. jret18: What happens when you press ENTER on that one? What is the log showing? Don't forget to have Alfred Workflow open with debugger enabled. 

    If it fails there must be an error (written in red)

×
×
  • Create New...