Jump to content

moul

Member
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    moul got a reaction from hpiwzqda in Gauth: Google Authenticator (Time-Based Two-Factor Authentication)   
    Description
    Equivalent of the mobile versions of Google Authenticator: https://itunes.apple.com/en/app/google-authenticator/id388497605?mt=8.
     
    I personally use it on Gmail, Amazon AWS, Github, Evernote and Dropbox
     
    A bigger list is available on Wikipedia: http://en.wikipedia.org/wiki/Two-step_verification
     
    There is also a Pam module project on Github: https://github.com/nlm/pam-google-authenticator
     

     
    Non-exhaustive list of links for "secret" installation
    Google: http://www.google.com/landing/2step/ Dropbox: https://www.dropbox.com/help/363/en Evernote: http://blog.evernote.com/blog/2013/05/30/evernotes-three-new-security-features/ Github: https://github.com/blog/1614-two-factor-authentication Amazon AWS: http://aws.amazon.com/iam/details/mfa/ Facebook: https://www.facebook.com/settings?tab=security Dependencies
    Python>=2.7  
    System Modifications
    Create a ~/.gauth file with your secrets, ie:
    [google - bob@gmail.com] secret = xxxxxxxxxxxxxxxxxx [evernote - robert] secret = yyyyyyyyyyyyyyyyyy It's also possible to add credentials with "gauth add [account] [secret]" from Alfred
     
    Source Code: Github
    https://github.com/moul/alfred-workflow-gauth  
    Download Links
    Packal: http://www.packal.org/workflow/gauth-google-authenticator Direct link: https://github.com/packal/repository/raw/master/com.alfredapp.moul.gauth/google_authenticator.alfredworkflow  
    Screenshots
     

     

     

     
    Acknowledgments
    Original alarm clock iconAlex Auda Samora from The Noun Project Licensed under Creative Commons Attribution Status & signs iconsHereldar Terkenya Licensed under a Creative Commons Attribution-Share Alike 3.0 License Original source codeManfred Touron Serial contributorGilberto Olimpio  
    License
    MIT
  2. Like
    moul got a reaction from vdesabou in Gauth: Google Authenticator (Time-Based Two-Factor Authentication)   
    Description
    Equivalent of the mobile versions of Google Authenticator: https://itunes.apple.com/en/app/google-authenticator/id388497605?mt=8.
     
    I personally use it on Gmail, Amazon AWS, Github, Evernote and Dropbox
     
    A bigger list is available on Wikipedia: http://en.wikipedia.org/wiki/Two-step_verification
     
    There is also a Pam module project on Github: https://github.com/nlm/pam-google-authenticator
     

     
    Non-exhaustive list of links for "secret" installation
    Google: http://www.google.com/landing/2step/ Dropbox: https://www.dropbox.com/help/363/en Evernote: http://blog.evernote.com/blog/2013/05/30/evernotes-three-new-security-features/ Github: https://github.com/blog/1614-two-factor-authentication Amazon AWS: http://aws.amazon.com/iam/details/mfa/ Facebook: https://www.facebook.com/settings?tab=security Dependencies
    Python>=2.7  
    System Modifications
    Create a ~/.gauth file with your secrets, ie:
    [google - bob@gmail.com] secret = xxxxxxxxxxxxxxxxxx [evernote - robert] secret = yyyyyyyyyyyyyyyyyy It's also possible to add credentials with "gauth add [account] [secret]" from Alfred
     
    Source Code: Github
    https://github.com/moul/alfred-workflow-gauth  
    Download Links
    Packal: http://www.packal.org/workflow/gauth-google-authenticator Direct link: https://github.com/packal/repository/raw/master/com.alfredapp.moul.gauth/google_authenticator.alfredworkflow  
    Screenshots
     

     

     

     
    Acknowledgments
    Original alarm clock iconAlex Auda Samora from The Noun Project Licensed under Creative Commons Attribution Status & signs iconsHereldar Terkenya Licensed under a Creative Commons Attribution-Share Alike 3.0 License Original source codeManfred Touron Serial contributorGilberto Olimpio  
    License
    MIT
  3. Like
    moul reacted to Sinsear in Gauth: Google Authenticator (Time-Based Two-Factor Authentication)   
    The greatest workflow ever.
  4. Like
    moul reacted to untoldwind in Yet another window layout workflow   
    I was not very happy with the existing solutions, so I just created my own.
     
    The workflow itself is quite simple just typ in the keyword "lay" (or chose another of your liking) followed by:
    full = Maximize left, right, top, bottom = Halves of screen topleft, topright, bottomleft, bottomright = Quaters of screen 11,12,13,21,22,23,31,32,33 = Thrids of screen 11-12,11-13,11-21,11-22 ... = Some other sizes based on thrids ... well the script is quite flexible, so I'm waiting for suggestions

     
    For MacOS 10.8 (Mountain Lion):
    The workflow itself can be found here:
    https://github.com/untoldwind/alfred2-layout/raw/1.0_Mountain_Lion/Layout.alfredworkflow
    and (obviously) its sources here:
    https://github.com/untoldwind/alfred2-layout
     
    For MacOS 10.9 (Mavericks):
    The version above does not work (unluckily). An alternative (though somewhat experimental) version can be found here:
    Release: https://github.com/untoldwind/alfred2-layout/raw/1.1_Mavericks/Layout.alfredworkflow
    Experimental (Bleeding edge): https://github.com/untoldwind/alfred2-layout/raw/master/Layout.alfredworkflow
     
    By the way: It is multi-screen-able. Even though you cannot move windows from one screen to another (yet?) the scripts tries to figure out with screen you mean (depending on the size of the visible area).
     
    A short note about the implementation:
    The script is written in python using PyObjC and the ScriptingBridge. This should be no problem as both is shiped as part of MacOS since 10.5. It the application supports scripting, the window is moved "directly". Unluckily some Applications do not support this, so there is a fallback using "SystemEvents". This only works if you have UI scripting enabled: http://www.macosxautomation.com/applescript/uiscripting/For 10.9 (Mavericks) this has slightly changed. A more detailed description can be found here: http://www.tekrevue.com/2013/06/25/how-to-enable-access-for-assistive-devices-in-os-x-mavericks/ In our case "Alfred 2" requires UIScripting access At the moment there are no hotkeys defined, which should be straight forward though
  5. Like
    moul reacted to TkTech in [ALPHA] JIRA/GreenHopper Workflow   
    I've started on a JIRA workflow for Alfred that uses the JIRA API and GreenHopper API through jira-python. This is really, really new and has basically no testing so any feedback is appreciated.
     
    Improvements to the instructions are greatly appreciated. If anyone has a public JIRA install they can use to create screenshots, it would also be greatly appreciated.
     
    Download
     
    Pre-built workflows can be downloaded from GitHub. The source is also available for those looking to extend/modify it.
     
    Dependencies
     
    There are none! The workflow bundles all of its dependencies when it's built.
    Currently implemented keywords
    jira open - Open JIRA in your browser. jira search [query] - Search JIRA for tickets matching [query]. jira my [query] - Search your own tickets matching [query]. jira boards [query] - Search GreenHopper boards for [query]. jira set domain [domain] - Set the domain for JIRA (ex: https://my-company.atlassian.net) jira set consumer [key] - Set the consumer key, created when configuring Alfred on JIRA. jira step 1 - Step one of the 3-legged authentication with JIRA. jira step 2 - Step two of the 3-legged authentication with JIRA.
  6. Like
    moul got a reaction from paulw in Gauth: Google Authenticator (Time-Based Two-Factor Authentication)   
    I added some links in the original post for Google, Dropbox, Amazon AWS, Github, Facebook and Evernote
  7. Like
    moul reacted to moul in Gauth: Google Authenticator (Time-Based Two-Factor Authentication)   
    Description
    Equivalent of the mobile versions of Google Authenticator: https://itunes.apple.com/en/app/google-authenticator/id388497605?mt=8.
     
    I personally use it on Gmail, Amazon AWS, Github, Evernote and Dropbox
     
    A bigger list is available on Wikipedia: http://en.wikipedia.org/wiki/Two-step_verification
     
    There is also a Pam module project on Github: https://github.com/nlm/pam-google-authenticator
     

     
    Non-exhaustive list of links for "secret" installation
    Google: http://www.google.com/landing/2step/ Dropbox: https://www.dropbox.com/help/363/en Evernote: http://blog.evernote.com/blog/2013/05/30/evernotes-three-new-security-features/ Github: https://github.com/blog/1614-two-factor-authentication Amazon AWS: http://aws.amazon.com/iam/details/mfa/ Facebook: https://www.facebook.com/settings?tab=security Dependencies
    Python>=2.7  
    System Modifications
    Create a ~/.gauth file with your secrets, ie:
    [google - bob@gmail.com] secret = xxxxxxxxxxxxxxxxxx [evernote - robert] secret = yyyyyyyyyyyyyyyyyy It's also possible to add credentials with "gauth add [account] [secret]" from Alfred
     
    Source Code: Github
    https://github.com/moul/alfred-workflow-gauth  
    Download Links
    Packal: http://www.packal.org/workflow/gauth-google-authenticator Direct link: https://github.com/packal/repository/raw/master/com.alfredapp.moul.gauth/google_authenticator.alfredworkflow  
    Screenshots
     

     

     

     
    Acknowledgments
    Original alarm clock iconAlex Auda Samora from The Noun Project Licensed under Creative Commons Attribution Status & signs iconsHereldar Terkenya Licensed under a Creative Commons Attribution-Share Alike 3.0 License Original source codeManfred Touron Serial contributorGilberto Olimpio  
    License
    MIT
×
×
  • Create New...