Skip to main content

Remember to run cog for the macos README

ID
48e2f62
date
2023-12-25 23:36:44+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
d4459b6
message
Remember to run cog for the macos README
changed files
2 files, 61 additions, 2 deletions

Changed files

.github/workflows/test.yml (1222) → .github/workflows/test.yml (1225)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c96011d..1760d83 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
 
     - name: Check README files with Cog
       run: |
-        find . -name README.md | xargs cog --check
+        find . -name README.md | xargs cog -c --check
 
     - name: Run tests
       run: |

macos/README.md (2435) → macos/README.md (4101)

diff --git a/macos/README.md b/macos/README.md
index 205c516..ef282e1 100644
--- a/macos/README.md
+++ b/macos/README.md
@@ -76,5 +76,64 @@ alias for <code>pmset -g batt</code>; reports the current battery level
 <dd>
 close ephemeral tabs in Safari – basically, anything that can be easily recreated/reopened later.
 </dd>
+<dt>
+<a href="https://github.com/alexwlchan/scripts/blob/main/macos/find_processes_using_secure_input">
+<code>find_processes_using_secure_input</code>
+</a>
+</dt>
+<dd>
+lists any processes using Secure Input, which can block apps like TextExpander
+</dd>
+<dt>
+<a href="https://github.com/alexwlchan/scripts/blob/main/macos/get_all_live_text">
+<code>get_all_live_text [directory]</code>
+</a>
+</dt>
+<dd>
+get OCR'd text for all the images in a directory using Live Text
+</dd>
+<dt>
+<a href="https://github.com/alexwlchan/scripts/blob/main/macos/get_focus_mode">
+<code>get_focus_mode</code>
+</a>
+</dt>
+<dd>
+prints the current Focus mode
+</dd>
+<dt>
+<a href="https://github.com/alexwlchan/scripts/blob/main/macos/get_live_text [image]">
+<code>get_live_text [image]</code>
+</a>
+</dt>
+<dd>
+get OCR'd text for a single image using Live Text
+</dd>
+<dt>
+<a href="https://github.com/alexwlchan/scripts/blob/main/macos/set_accent_colour">
+<code>set_accent_colour (red|orange|yellow|green|blue|purple|pink|graphite)</code>
+</a>
+</dt>
+<dd>
+set the accent colour, as configured in the Appearance settings
+</dd>
+<dt>
+<a href="https://github.com/alexwlchan/scripts/blob/main/macos/sterilise">
+<code>sterilise [PATH]</code>
+</a>
+</dt>
+<dd>
+alias for <code>xattr -d com.apple.quarantine</code>
+</dd>
+<dt>
+<a href="https://github.com/alexwlchan/scripts/blob/main/macos/unlock_keychain">
+<code>unlock_keychain</code>
+</a>
+</dt>
+<dd>
+alias for <code>security unlock-keychain ~/Library/Keychains/login.keychain</code>; unlocks the login keychain
+<p>
+  The login keychain normally gets unlocked by the OS when you log into your account; this is for when I'm accessing a Mac over SSH.
+</p>
+</dd>
 </dl>
-<!-- [[[end]]] (checksum: fa3a0dacc7ecb411506845102787c6ae) -->
+<!-- [[[end]]] (checksum: 7185b51098c3e95c9d1fc51f860b1dd2) -->