Jump to content

Jeppe Stærk

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Jeppe Stærk

  1. 14 hours ago, uxjw said:

    Seems this workflow needs to be updated both to work with Alfred 4, and to use an updated API. It's currently trying to use https://api.fixer.io, which has been deprecated. I tried setting up the new version of fixer.io's api with a free key but it still has errors.

     

    I really hope this plugin gets an update - I used it quite often when it was working.

    Hey @uxjw

    Thank you for your feedback, i will look in to the issue and get back to you.

     

  2. alfred-currency-conversion

    Alfred 3 Workflow - See foreign exchange rates and currency conversion

    Travis npm Github

    preview.gif

    Install

    Use npm

    $ npm install --global alfred-currency-conversion
    

    or download alfredworkflow file from releases

    Requires Node.js 4+ and the Alfred Powerpack.

    Highlights

    • Set your own base currency (default EUR)
    • Currencies: AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HRK, HUF, IDR, ILS, INR, ISK, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PLN, RON, RUB, SEK, SGD, THB, TRY, USD, and ZAR
    • Auto update rates at 4PM CET on working days
    • Input support locale numbers
    • Input support for $ (USD),  (EUR), £ (GBP), and ¥ (JPY)
    • Outputs dates and numbers in locale

    Usage

    In Alfred, type curcon, , and your amount.

    Contributions

    Please feel free to create a PR and/or make a code review!

    To do

    •  Only update rates on working days
    •  Refactor code
    •  Make a fixer.io wrapper
    •  Your idea here

    Credits

    License

    MIT © Jeppe Stærk

    icon.png

  3. alfred-show-network-info

    Alfred 3 workflow to see network info and discover local devices

    Travis npm Github

    preview.png

    Install

    Use npm

    $ npm install --global alfred-show-network-info
    

    or download alfredworkflow file from releases

    Requires Node.js 4+ and the Alfred Powerpack.

    Highlights

    • See local-, public-, and gateway ip address.
    • Scan and list all devices on local network.
    • Copy ip to clipboard.
    • Open ip in browser.
    • Connect to ip via ssh.
    • Toggle functions via Workflow Variables.

    Usage

    In Alfred, type ip4, 

    • press  to copy a ip address.
    • press  +  to open ip address in browser.
    • press  +  to connect to ip address via ssh.

    preview.gif

    Contributions

    Please feel free to create a PR and/or make a code review!

    To do

    •  Find better and more suitable icons
    •  Write workflow readme
    •  Make a presentation gif for readme
    •  Scan for open ports
    •  Spread it to the public on alfred forums ect.
    •  Your idea here

    Credits

    Modules

    Graphics

    License

    MIT © Jeppe Stærk

    icon.png

×
×
  • Create New...