osascript, xattr, pmset, say, screencapture: add link (#7368)

This commit is contained in:
meowmeowcat
2021-11-02 21:02:04 +08:00
committed by GitHub
parent 048bcdd38a
commit b85bc433fb
9 changed files with 9 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# osascript
> Run AppleScript or JavaScript for Automation (JXA) from the command-line.
> More information: <https://ss64.com/osx/osascript.html>.
- Run an AppleScript command:

View File

@@ -2,6 +2,7 @@
> Configure macOS power management settings, as one might do in System Preferences > Energy Saver.
> Commands that modify settings must begin with `sudo`.
> More information: <https://ss64.com/osx/pmset.html>.
- Display the current power management settings:

View File

@@ -1,6 +1,7 @@
# say
> Converts text to speech.
> More information: <https://ss64.com/osx/say.html>.
- Say a phrase aloud:

View File

@@ -1,6 +1,7 @@
# screencapture
> Utility to take screenshots and screen recordings.
> More information: <https://ss64.com/osx/screencapture.html>.
- Take a screenshot and save it to a file:

View File

@@ -1,6 +1,7 @@
# xattr
> Utility to work with extended filesystem attributes.
> More information: <https://ss64.com/osx/xattr.html>.
- List key:value extended attributes for a given file: