Skip to content

Commit 39f2caf

Browse files
committed
readme stuff
1 parent a7e4311 commit 39f2caf

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
A 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

131138
Right now you can basically automate anything you can do with your keyboard. I would like to add:

images/raycast-demo.gif

4.85 MB
Loading

images/vscode-demo.gif

3.38 MB
Loading

0 commit comments

Comments
 (0)