Skip to content

Commit

Permalink
Merge pull request #6 from kristopherjohnson/scripting
Browse files Browse the repository at this point in the history
Update scripting docs
  • Loading branch information
kristopherjohnson authored Nov 10, 2019
2 parents e636a47 + 5f605bc commit d11e5b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 42 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ following forms of notification you want when the timer gets down to 00:00:00:
- Display a notification in Notification Center.
- Make a spoken announcement. You can specify the text to be spoken.

The application can be controlled using AppleScript or JavaScript. See [the examples](https://github.com/kristopherjohnson/MenubarCountdown/tree/master/Scripts) for details.
The countdown timer can be controlled using AppleScript, JavaScript, or Swift.
See the examples in the
[Scripts](https://github.com/kristopherjohnson/MenubarCountdown/tree/master/Scripts)
directory for details.

Releases are available from [the Mac App Store](https://apps.apple.com/us/app/menubar-countdown/id1485343244?mt=12)
or <https://github.com/kristopherjohnson/MenubarCountdown/releases>.
Expand Down Expand Up @@ -61,6 +64,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

## Release Notes

v2.1 (work in progress)

- Add scriptable interface for AppleScript and JavaScript.
- Add service-provider interface for control via the Services menu in other applications.

v2.0 (2019/10/28)

- Updated for macOS 10.14.4 and newer.
Expand Down
41 changes: 0 additions & 41 deletions Scripts/JavaScript/TestAllSettings.applescript

This file was deleted.

0 comments on commit d11e5b4

Please sign in to comment.