Jump to content

Mike Outram

Member
  • Posts

    27
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Mike Outram reacted to RiONOntE in Challenge: phonetic transcript workflow   
    The update is now live:
    http://www.packal.org/workflow/copy-phonetic-spelling-ipa
     
    Should look like this: screenshot
     
    Remember to replace the ID and key. Please tell me if it works for you.
     
  2. Thanks
    Mike Outram got a reaction from vdesabou in Spotify Mini Player: Control your Spotify library at your fingertips   
    Fantastic!   So cool. 
     
  3. Thanks
    Mike Outram reacted to vdesabou in Spotify Mini Player: Control your Spotify library at your fingertips   
    there is no export function, but all your data is stored locally in a SQLite dB, so you can eventually export from that.
  4. Like
    Mike Outram got a reaction from nicooprat in OCR: extract text from snapshot   
    Thanks so much for this!
  5. Like
    Mike Outram reacted to nicooprat in OCR: extract text from snapshot   
    Hi there,
     
    Just sharing my first workflow. Some OCR workflow already exist but are relying on some obscur chinese API with exposed personal credentials... This one use your system own installation of `tesseract`. Just take a snapshot and paste the text. The script usually takes no more than a few seconds.
     
    https://github.com/nicooprat/alfred-ocr
     

     
    PR welcome.
    Hope it helps!
  6. Like
    Mike Outram reacted to Vero in off topic - IP Board session times question   
    @Mike Outram Nothing out of the ordinary in that respect (as far as I can recall setting up, at least!) Perhaps pop by the official IPBoard forum to see whether anything can be done to increase the session time.  
     
    Cheers,
    Vero
  7. Like
    Mike Outram got a reaction from vitor in converting HHMMSS to Seconds   
    Thanks again for that workflow, @vitor! Worked like a charm & saved me a bunch of time
     
    Mike
  8. Like
    Mike Outram reacted to vitor in converting HHMMSS to Seconds   
    Something like this, in ruby:
    require 'time' t = Time.parse(ARGV[0]) puts(t.hour * 3600 + t.min * 60 + t.sec)  
    Here’s a Workflow.
  9. Thanks
    Mike Outram reacted to vitor in SynAnt — Substitute words by checking against a thesaurus   
    Update.

    Warn when there are no matches. That should clear up the confusion.

    To update, download the latest version (same URL) or wait a few days (15 or less) and it’ll prompt you to on next usage, since it uses OneUpdater.
     
  10. Like
    Mike Outram got a reaction from vitor in Open Amazon.com result in Amazon.co.uk   
    Ah, guess that was just some weird links I tried. Working great with books and things. 
    Thanks for making that, Vitor
    Mike
  11. Like
    Mike Outram reacted to vitor in Open Amazon.com result in Amazon.co.uk   
    Maybe the item you’re searching for does not exist in the UK store. It works perfectly for me on everything I’ve tried, so you’ll need to post what links aren’t working for you.
  12. Like
    Mike Outram reacted to jin5354 in [Update!!]Currency converter workflow for Alfred 3   
    I wrote a workflow in ruby to convert currency. Requires Alfred v3.
     
    Notice: The Old versions(v1.2-) api has been out of service at June 5, 2018. Please update to v1.3+ to keep using currency conversion feature.
     
    Github  Download
     
    Features:
     
    Support 30+ currency units with fixer.io. Basic support for sign. e.g.,$,¥,£,etc. Customizable displayed currency units and base unit. Input once to get all result.  
    Usage:
     
    Tap 'cy' to get latest exchange rates. Tap 'cy money' to get exchanged result. You can press enter to send the result to the clipboard. Tap 'add-cy', 'remove-cy' to customize displayed currency units. Tap 'base-cy' to set base currency unit.  
    Hope you like it. 
     
×
×
  • Create New...