-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add iMessage 2fa code extract shortcut extension #3210
Conversation
Congratulation on your new Raycast extension! 🚀 We will review it shortly. Once the PR is approved and merged, the extension will be available on the Store. |
Hi 👋 Thanks for the contribution 🔥 We do also have #1954 in the queue which looks more or less like the same thing? |
This tool can search within last 24 hours ago messages which may contain two factor auth code possibly. |
- add default view if no code found
@yuercl I know, and I confirm that I have received SMS messages on my Mac within 24 hours. I checked using the console log, it seems that it can't read the SMS. I don't know much about the development environment of Apple desktop, but I am curious as to how the program reads the user's text messages without the user's knowledge and authorization to do so. This is inconsistent with what I understand to be Apple's system privacy policy. My device: Apple M1 Pro, OS: 13.0 Beta(22A5373b) |
Ok, I just pulled your latest code and it works as expected now. 🎉 |
Could it be nice with a preference to select how long timespan you'll see 2FA codes, or is that irrelevant? |
|
I used it and feel good. I have a suggestion, could you add an action Also, it would be better to display the SMS details with Detail components, currently one line list may not be able to display the full SMS content. |
- add preview content in list - new ui
submit a new version @tisfeng |
Great, this extension will help many users who are used to receiving 2FA code on Mac, I'm looking forward to seeing it in the store! |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi 👋
Looks good to me, approved 🔥
Published to the Raycast Store: |
Description
iMessage Two Factor Authentication Code
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder