mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Rename Mac OS X to macOS (#3362)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
## Introduction
|
||||
Thanks to the powerful [RPC](./rpc-spec.md), `transmission-remote` can talk to any client that has the RPC enabled. This means that a script written using `transmission-remote` or [RPC](./rpc-spec.md) can, without rewrite, communicate with all the Transmission clients: Mac, Linux, Windows, and headless.
|
||||
|
||||
Mac OS users may wonder whether there will be AppleScript scripts, the answer is ''no''. Although AppleScript is a nice technology, it's a pain to implement. However, macOS is a Unix after all, so any script you find here will also work on the Mac. Even from within AppleScript, you can run these scripts by typing: `do shell script "path/to/script"`.
|
||||
macOS users may wonder whether there will be AppleScript scripts, the answer is ''no''. Although AppleScript is a nice technology, it's a pain to implement. However, macOS is a Unix after all, so any script you find here will also work on macOS. Even from within AppleScript, you can run these scripts by typing: `do shell script "path/to/script"`.
|
||||
|
||||
## How-To
|
||||
If you are interested at writing scripts for Transmission, have a look at the following pages:
|
||||
|
||||
Reference in New Issue
Block a user