File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33A simple wrapper around JXA scripts to allow you to control your Mac using PHP.
44
5- ** 👋 This is a work in progress and is not ready for production use.** That being said, it's pretty fun to play with. So please do so.
5+ ** 👋 This is a work in progress and is not ready for production use.** I'm still finalizing the API and adding features, things may change.
6+
7+ That being said, it's pretty fun to play with. So please do so.
68
79## Installation
810
@@ -102,12 +104,15 @@ Automator::make()
102104 ->type('Warp Launch')
103105 ->pause(.5)
104106 ->enter()
107+ ->pause(.5)
105108 ->type('blog-joe-codes')
106109 ->pause(.5)
107110 ->enter()
108111 ->run();
109112```
110113
114+ ![ Code Snippet Demo] ( images/raycast-demo.gif )
115+
111116### Demo a Code Snippet
112117
113118``` php
@@ -126,6 +131,8 @@ Automator::make()
126131 ->run();
127132```
128133
134+ ![ Code Snippet Demo] ( images/vscode-demo.gif )
135+
129136## Roadmap
130137
131138Right now you can basically automate anything you can do with your keyboard. I would like to add:
You can’t perform that action at this time.
0 commit comments