Skip to main content

move my close_tabs script into macOS

ID
fea2650
date
2023-05-02 18:39:27+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
c46be2e
message
move my close_tabs script into macOS
changed files
2 files, 10 additions, 1 deletion

Changed files

macos/README.md (1628) → macos/README.md (1870)

diff --git a/macos/README.md b/macos/README.md
index e53b78d..0650bdf 100644
--- a/macos/README.md
+++ b/macos/README.md
@@ -16,6 +16,15 @@ They rely on Mac-specific stuff and are unlikely to be useful on non-Mac systems
   </dd>
 
   <dt>
+    <a href="https://github.com/alexwlchan/scripts/blob/main/macos/close_tabs">
+      <code>close_tabs</code>
+    </a>
+  </dt>
+  <dd>
+    close ephemeral tabs in Safari – 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>

close_tabs (3644) → macos/close_tabs (3641)

diff --git a/close_tabs b/macos/close_tabs
similarity index 98%
rename from close_tabs
rename to macos/close_tabs
index b73cff6..28ddc2a 100755
--- a/close_tabs
+++ b/macos/close_tabs
@@ -4,7 +4,7 @@
 // This is a script I run at the end of each working day, to close
 // Safari tabs I've opened that can be safely closed.
 //
-// See https://alexwlchan.net/2022/02/safari-tabs/
+// See https://alexwlchan.net/2022/safari-tabs/
 
 safari = Application("Safari");