Jump to content

hfr

Member
  • Posts

    19
  • Joined

  • Last visited

Reputation Activity

  1. Like
    hfr got a reaction from Alex Ilyaev in Allow {TAB} for Snippets   
    Hi,
     
    I would like to auto-fill forms with Snippets (v.3). Therefore I'd like to use the TAB command to navigate from one field (e.g. name) to the next (e.g. address).
     
    The example would be:
     
    ---
     
    John Doe {TAB}
    123 Fakestreet {TAB}
    Mytown
     
    ---
     
    Or is there already a workaround for that?
     
    Thanks.
  2. Like
    hfr got a reaction from aberlee in Allow {TAB} for Snippets   
    Hi,
     
    I would like to auto-fill forms with Snippets (v.3). Therefore I'd like to use the TAB command to navigate from one field (e.g. name) to the next (e.g. address).
     
    The example would be:
     
    ---
     
    John Doe {TAB}
    123 Fakestreet {TAB}
    Mytown
     
    ---
     
    Or is there already a workaround for that?
     
    Thanks.
  3. Thanks
    hfr reacted to Vero in Copy selection as pure plaintext   
    @hfr Take a look at Alfred's built-in workflows by going to the Workflows tab, clicking on the [+] at the bottom of the sidebar, and choosing Templates > Clipboard > Paste as plain text from hotkey. All you need to do is set your hotkey!
     
    This workflow should do what you need, just in case you prefer to use the built-in option
     
    Cheers,
    Vero
  4. Thanks
    hfr reacted to deanishe in Copy selection as pure plaintext   
    No, not really. I mean the whole workflow (i.e. info.plist, icon.png etc.). Basically the contents of the folder you see when you right-click on your workflow in Alfred Preferences and choose Open in Finder.
     
    That should be the root directory or a subdirectory of your repo. That way, people can install the workflow via git clone (plus possibly symlinking it), and submit meaningful pull requests.
     
    For example, when possible, I keep the "finished" workflow in a src directory of the repo. I can symlink that directory to Alfred's workflow directory to use the workflow, and other folks can submit pull requests against the full source code rather than submitting an impenetrable binary (the .alfredworkflow file).
     
    I keep the actual workflow source in a subdirectory because there's a copy of the compiled workflow in the root. Putting the workflow and the source in the root often leads to people exporting a workflow with a copy of the previous version in it, which has a copy of the version before that in it, etc. etc.
     
  5. Like
    hfr got a reaction from deanishe in Copy selection as pure plaintext   
    … give me a break.
    This morning I had to google "osascript", not knowing what it was. I'll get into painting icons later this week.
  6. Like
    hfr reacted to Jay in Allow {TAB} for Snippets   
    Seems like this just needs to be combined with the new "dispatch key combo" workflow output. Would be awesome to include delays in snippets, too.
  7. Like
    hfr got a reaction from csaborio in Allow {TAB} for Snippets   
    Hi,
     
    I would like to auto-fill forms with Snippets (v.3). Therefore I'd like to use the TAB command to navigate from one field (e.g. name) to the next (e.g. address).
     
    The example would be:
     
    ---
     
    John Doe {TAB}
    123 Fakestreet {TAB}
    Mytown
     
    ---
     
    Or is there already a workaround for that?
     
    Thanks.
  8. Like
    hfr got a reaction from fredcallaway in Allow {TAB} for Snippets   
    Hi,
     
    I would like to auto-fill forms with Snippets (v.3). Therefore I'd like to use the TAB command to navigate from one field (e.g. name) to the next (e.g. address).
     
    The example would be:
     
    ---
     
    John Doe {TAB}
    123 Fakestreet {TAB}
    Mytown
     
    ---
     
    Or is there already a workaround for that?
     
    Thanks.
×
×
  • Create New...