Skip to content

Commit

Permalink
readme stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Apr 24, 2023
1 parent a7e4311 commit 39f2caf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

A simple wrapper around JXA scripts to allow you to control your Mac using PHP.

**👋 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.
**👋 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.

That being said, it's pretty fun to play with. So please do so.

## Installation

Expand Down Expand Up @@ -102,12 +104,15 @@ Automator::make()
->type('Warp Launch')
->pause(.5)
->enter()
->pause(.5)
->type('blog-joe-codes')
->pause(.5)
->enter()
->run();
```

![Code Snippet Demo](images/raycast-demo.gif)

### Demo a Code Snippet

```php
Expand All @@ -126,6 +131,8 @@ Automator::make()
->run();
```

![Code Snippet Demo](images/vscode-demo.gif)

## Roadmap

Right now you can basically automate anything you can do with your keyboard. I would like to add:
Expand Down
Binary file added images/raycast-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vscode-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39f2caf

Please sign in to comment.