← back to Resume Queue Viewer
Add launchd plist reference copy for auto-start
eaf6280ac078b3670cd45bc348618fba2d17bfe2 · 2026-05-18 17:26:08 -0700 · SteveStudio2
Files touched
A launchd/com.steve.resume-queue-viewer.plist
Diff
commit eaf6280ac078b3670cd45bc348618fba2d17bfe2
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Mon May 18 17:26:08 2026 -0700
Add launchd plist reference copy for auto-start
---
launchd/com.steve.resume-queue-viewer.plist | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/launchd/com.steve.resume-queue-viewer.plist b/launchd/com.steve.resume-queue-viewer.plist
new file mode 100644
index 0000000..8ad489a
--- /dev/null
+++ b/launchd/com.steve.resume-queue-viewer.plist
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>Label</key>
+ <string>com.steve.resume-queue-viewer</string>
+ <key>ProgramArguments</key>
+ <array>
+ <string>/usr/local/bin/node</string>
+ <string>/Users/stevestudio2/Projects/resume-queue-viewer/server.js</string>
+ </array>
+ <key>WorkingDirectory</key>
+ <string>/Users/stevestudio2/Projects/resume-queue-viewer</string>
+ <key>RunAtLoad</key>
+ <true/>
+ <key>KeepAlive</key>
+ <true/>
+ <key>StandardOutPath</key>
+ <string>/tmp/resume-queue-viewer.log</string>
+ <key>StandardErrorPath</key>
+ <string>/tmp/resume-queue-viewer.log</string>
+ <key>EnvironmentVariables</key>
+ <dict>
+ <key>PORT</key>
+ <string>9768</string>
+ </dict>
+</dict>
+</plist>
← bf816e7 Add Run/Resume action — launches a claude iTerm2 tab per que
·
back to Resume Queue Viewer
·
Add search box + live per-tab counts to the queue viewer 39b9848 →