Jump to content

nikivi

Member
  • Posts

    985
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by nikivi

  1. I really dislike how the Placeholder title appears when you call workflows via external trigger. Often it appears briefly only to disappear when actual results come in. This is quite annoying so what I do now is add a JSON Config object with this content:

     

    {
      "alfredworkflow" : {
        "arg" : "{query}",
        "config" : {
          "title" : "",
          "runningsubtext" : "",
          "subtext" : ""
        },
        "variables" : {
        }
      }
    }

     

    To make sure the placeholder doesn't appear and I get a clean prompt on my workflows that I call with external trigger.

     

    I really wish there was a global setting in Alfred that would apply above filter on external triggers so I didn't have to add and readd it on all workflows I use (all updates to other people's workflows will remove my custom objects). 

     

    I really do enjoy having clean prompts and the icon is enough indication for me to know what the workflow does like below for searching PDFs:

     

    1727771147_2019-07-18at15_33.png.bdfce0097d53d749b7b755eed732b31f.png

     

    I hope such option can be added to Alfred. 🧡

  2. If you are in file explorer and are typing a name that has no matches. It would be great if you could press return or cmd+return to create a new file with default text editor.

     

    So if inside here:

     

    1715531982_2019-07-18at14_59.png.623e52ac07b9186f3798d6d58865809f.png

     

    I do:

    437855857_2019-07-18at15_00.png.395b612657d1610a1e1c9a4178410516.png

     

    And press return. Alfred would create that file at that path and open it in my editor (VSCode for me) so I can fill it with content.

     

    I know I can create a file action on a folder to create a file but the above scenario would be more useful to me in terms of UX.

     

    Hope this can be added.

     

     

  3. It would be nice if I could press right arrow here:

     

    601045639_2019-07-18at14_45.png.790aa1a9744081fa725de8e759d731ee.png

     

    To see file contents of the workflow like:

     

    1693639565_2019-07-18at14_45.png.eb135d73009568abbabcf41b52483ff0.png

     

    Of course it would have to only work on workflows and not triggers/lists and other results that ? search provides.

     

    Would be super useful.

     

    It would also be really awesome if one could add modifiers to the search as I would like to with a modifier press also export the workflow to my Desktop for sharing. Like I do with this workflow.

     

    Perhaps what would be easier is exposing this search to users so users can build workflows on top of the results provided by ?. Like adding fuzzy search too and the like?

     

     

     

  4. On 6/24/2019 at 12:19 PM, Andrew said:

    I'll add this in for the next release

     

    Does the release also include ability to activate fields in Contacts via modifier key presses?

     

    So in here:

    944560471_2019-06-25at22_01.png.072848fde85889ab2cff5fa70b713857.png

     

     

    I could add cmd/opt/.. modifiers that on result instead of opening Contact in Alfred, would instantly open URL from `twitter` or `github` in default browser.


    Would be handy too.

  5. I love the new `?` keyword search added with Alfred 4. If I want to bind it to a hotkey or external trigger however like so:

     

    812914583_2019-06-23at15_05.png.85f5a800c87af00dbcc0d6345f3491fc.png

    1841989521_2019-06-23at15_05.png.bd2311d090d509eff3405f74df52f498.png

     

    I have to pass in `?` to Alfred. But the result looks ugly with the question mark and the Alfred Preferences:

     

    1505313077_2019-06-23at15_05.png.3b347c1e7f3fcebfbe92510032816393.png

     

    I would really love if I could just have Alfred Preferences Search as an object which I can call and thus lose the `?` in the Alfred prompt.

     

    Thank you.

  6. 4 hours ago, deanishe said:

    Safari is tuned for battery life, not maximum performance like Chrome, so yes, it is often slower.

    I find Safari more performant than chrome in my experience. Tabs open faster, content renders faster even sometimes. 

     

    I only chrome canary for webdev so might be wrong. In any way I can’t imagine using chrome as main browser if you also use ios devices. Chrome on ios is bad.  

  7. I have a workflow that has a keyword trigger that I activate with external trigger.

     

    Activating it from keyword works (pressing enter):

     

    887017595_2019-05-29at23_55.png.27c6557a4f62b7a56808d3169b86752f.png

    Activating it from external trigger (my preferred way) doesn't work:

     

    1791010366_2019-05-29at23_56.png.b51ec0f394c52f1cd36287848ebaf07c.png

     

    Pressing return does nothing. No logs added in Debugger too. This workflow worked perfectly in Alfred 3 but now fails in Alfred 4.

     

    I really rely on this working as its one of my most used workflows.

     

    Thank you.

  8. Super thrilled to download and start using Alfred 4.

     

    One of the things I thought would be added in it is hotkey support to jump between General/Features/.. tabs with something like cmd + 1/2/3/.. hotkeys.

     

    I currently use these macros to do this:

    1469583477_2019-05-29at22_31.png.04429fa1b2cb5c3fffeba668ff94be41.png

     

     

    It works nice but I wonder why this isn't something builtin into Alfred Preferences. Only downside I can see is when you want to create a hotkey and want to use cmd + 1/2/.. but in that case Alfred can take priority and not have cmd + 1/2/3/.. switch between tabs. 

  9. 16 minutes ago, deanishe said:

    Do you also cut your bread with your favourite spoon

     

    I don’t bread as much as I type. You use Vim too I know, I am sure you wouldn’t be able to stand a day developing in Xcode.  

     

    That is considering I already have global vim emulation to a certain level across all apps I use. I just find myself enjoying writing and editing code in vim too much. Neovim embedded in Xcode or a proper Swift LSP is something I wish happens in my lifetime. 

×
×
  • Create New...