Skip to content

Evanimity/Alfred-iMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred-iMessage

Introduction

Get Verification / 2FA code from iMessage

Requirement

  • Python3 (Normally pre-installed on Mac. If not, please use brew to reinstall)

Usage

Keyword

  • Open Alfred bar.
  • Type msg in alfred.
  • Enter to copy to clipboard, and directly paste into active textfield

Hotkey

  • Control + Shift + m
  • Enter to copy to clipboard, and directly paste into active textfield

Filter Argument

  • msg tfoo (foo as integer): Filter by time, from foo days before, to now.
  • msg sfoo (foo as any): Filter by content that contains foo.
  • msg ffoo (foo as any): Filter by sender that contains foo.
  • msg lfoo (foo as integer): Filter by length of code larger than foo.

Config

Config File

Config File is located at Source/conf.json. You may put codes (as string type) in 'IGNORE' to deliberately ignore those from parsing.

{
    "IGNORE": [
        "10086"
    ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages