We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4818187 commit 51f9f30Copy full SHA for 51f9f30
commands/media/lowfi/lowfi.sh
@@ -1,7 +1,11 @@
1
#!/bin/bash
2
3
-# Note: WezTerm required
4
-# Install at https://wezfurlong.org/wezterm/install/macos.html
+# Note: lowfi and WezTerm required
+#
5
+# Install lowfi at https://github.com/talwat/lowfi
6
+# or by cargo: cargo install lowfi
7
8
+# Install WezTerm at https://wezfurlong.org/wezterm/install/macos.html
9
# or by homebrew: brew install --cask wezterm
10
11
# Required parameters:
@@ -18,7 +22,7 @@ export PATH="$HOME/.cargo/bin:$PATH"
18
22
# Check if lowfi is already running
19
23
if pgrep -f "lowfi$" > /dev/null; then
20
24
echo "Found existing lowfi process"
21
-
25
+
26
# Use AppleScript to find and focus the lowfi window
27
osascript -e '
28
-- First activate WezTerm application
0 commit comments