Skip to content

Commit 0b243ef

Browse files
committed
v2.0 update for ventura
1 parent 43a8a81 commit 0b243ef

9 files changed

+757
-448
lines changed

README.md

+18-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
<p align="center"><img src="./public/readme-header.png" width="100%"></p>
2+
13
# Mouseless Messenger
24

35
Mouseless Messenger offers you rapid keyboard-driven access to send and read conversations in the macOS Messages app via Alfred — all without ever interacting with the Messages app.
46

5-
**[Click Here to Download the Latest Release](https://github.com/stephancasas/alfred-mouseless-messenger/releases/latest)**
6-
7-
<p align="center"><img src="./public/preview.gif" width="100%"></p>
7+
<p align="center"><b><a href="https://github.com/stephancasas/alfred-mouseless-messenger/releases/latest">Click Here to Download the Latest Release</a></b></p>
88

99
## Installation
1010

@@ -15,24 +15,28 @@ Before the workflow can be used, you'll need to provide Alfred with _Full Disk A
1515
3. Choose _Privacy_
1616
4. Select _Full Disk Access_
1717
5. Unlock the 🔒 in the bottom left corner.
18-
6. Enable the checkbox for **Alfred**.
19-
- If unavailable, use the ➕ button to add Alfred.
18+
6. Enable the checkbox for **Alfred** or use the ➕ button to add Alfred.
19+
20+
### **Privilege Escalation**
2021

21-
> ⚠️ **Privilege Escalation**
22-
>
23-
> Full Disk Access is used to provide Alfred with access to the Messages database. However, by providing Alfred with this access, you are providing **ALL** Alfred workflow with access — not just Mouseless Messenger.
24-
>
25-
> Be sure you trust your installed workflows before allowing this.
22+
Full Disk Access is used to provide Alfred with access to the Messages database. However, by providing Alfred with this access, you are providing **ALL** Alfred workflow with access — not just Mouseless Messenger.
23+
24+
Be sure you trust your installed workflows before allowing this.
2625

2726
## Usage
2827

29-
The workflow is triggered by the keyword `msg`. On run, you'll be provided with the your eight (8) most recent conversations in the Messages app.
28+
The workflow is triggered by the keyword `msg`. On run, you'll be provided with your eight (8) most recent conversations in the Messages app.
29+
30+
- To preview a message thread, press the **SHIFT** key while a conversation is selected.
31+
32+
- To reply to a message thread, press the **ENTER** or **RETURN** key while a conversation is selected, then type your reply in the provided input space and press **ENTER** to send it.
3033

31-
To preview a message thread, press the _**SHIFT**_ key while a conversation is selected.
34+
- In order for the message to send, the Messages app must be running in the background. The window doesn't need to be in the foreground (or even visible), but the app itself must be running.
3235

33-
To reply to a message thread, press the _**ENTER**_ or _**RETURN**_ key while a conversation is selected, then type your reply in the provided input space and press _**ENTER**_ to send it.
36+
- To export the conversation preview as an HTML document, hold the **OPTION** key while pressing the **ENTER** or **RETURN** key. The conversation preview will be exported to your Downloads folder.
3437

35-
> In order for the message to send, the Messages app must be running in the background. The window doesn't need to be in the foreground (or even visible), but the app itself must be running.
38+
- To export the conversation preview as a PDF document, hold the **COMMAND** key while pressing the **ENTER** or **RETURN** key. The conversation preview will be exported to your Downloads folder.
39+
- Google Chrome must be installed to use this feature.
3640

3741
## Support the Workflow
3842

asset/icons/workflow.png

31.8 KB
Loading

public/preview.gif

-6.1 MB
Binary file not shown.

public/readme-header.png

2.02 MB
Loading

src/conversations.jxa.js

-422
This file was deleted.

0 commit comments

Comments
 (0)