Jump to content

jona

Member
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    jona got a reaction from seanrwcrawford in Pushover workflow for v3   
    Hi everyone, 
     
    I created an simple workflow for Pushover. It allows you to push text and URLs to your various devices.  
     

     
    The workflow has to keywords: "push <your text, URL>" and "pushc" for pushing your clipboard.
    I use it primarily for pushing URLs to mobile devices for mobile website development. But also pushing plaintext comes in handy at some times.
     
    To get it running you have to create an application on Pushover and fill in your USER and API tokens in the workflow settings. 
     
    It works only with Alfred v3 since I used some of the new stuff.
    You can grab it here: https://github.com/stroebjo/alfred-pushover/releases
     
    Hope it's of any use for somebody! If you have any feedback or suggestions, I'm looking forward to it! ;-)
     
  2. Like
    jona got a reaction from tullyhansen in Recently used files by an macOS App [Alfred 3]   
    Hi everyone,
     
    I created a workflow to work with the macOS recently used files system. It's essentially the same function like Alfreds "left arrow key"-Gesture to navigate to the recently used files by an App… but without the arrow key and the items appear directly on the keyword/name of the application. ;-)
    You can also filter down the results using text input. 
     

     
    After installing the Workflow you need to configure the Apps you want it to work with yourself. As Examples I included a few Apps, like TextEdit, MindNode and iA Writer.
     
    You can download the Workflow here: https://github.com/stroebjo/alfred-recent/releases
     
    Hope it's useful to someone.
    Any feedback is appreciated!
  3. Like
    jona got a reaction from David in Search through your GitHub Stars   
    Hello,
     
    I created a small workflow to quickly search through your starred repositories on GitHub. After the keyword "ghs" it matches the argument against title and description of the repository.
     

    At the first start you have to set your GitHub username with "ghsset user". Also the first run will be slow (depending on how many Stars you have), since it fetches all the user avatars (if anyone has an idea to make this more smooth let me know!).
     
    You can download it here (GitHub).
     
     
    I was inspired to create this after seeing Adam Simpsons workflow for StackOverflow Favorites.
     
    Hope it is useful for someone!
  4. Like
    jona reacted to jeffsui in Progress Bar   
    I created a sample workflow to demonstrate how one could implement a progress bar.


     
    This workflow requires Alfred 3.2 and takes advantage of the `rerun` feature.  
     
    https://github.com/jeeftor/ProgressBar
  5. Like
    jona got a reaction from daehn in Search through your GitHub Stars   
    Hello,
     
    I created a small workflow to quickly search through your starred repositories on GitHub. After the keyword "ghs" it matches the argument against title and description of the repository.
     

    At the first start you have to set your GitHub username with "ghsset user". Also the first run will be slow (depending on how many Stars you have), since it fetches all the user avatars (if anyone has an idea to make this more smooth let me know!).
     
    You can download it here (GitHub).
     
     
    I was inspired to create this after seeing Adam Simpsons workflow for StackOverflow Favorites.
     
    Hope it is useful for someone!
  6. Like
    jona got a reaction from thec13 in Change width of current window (responsive web development)   
    I created a workflow that changes the width of the window which currently has the focus. Currently it has four integrated widths fo the usual smartphone and tablet width (landscape and portrait mode), but also allows to set the window width to a custom value.
     

     
    I use it to set my browser width to the widths of smartphones and tablets, when doing responisve web development.
     
    Yout can download it here: Window Width (GitHub repository)
     
    Any feedback is appreciated!
×
×
  • Create New...