Skip to content

Commit 51f9f30

Browse files
committed
add instruction to install lowfi
1 parent 4818187 commit 51f9f30

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

commands/media/lowfi/lowfi.sh

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/bin/bash
22

3-
# Note: WezTerm required
4-
# Install at https://wezfurlong.org/wezterm/install/macos.html
3+
# Note: lowfi and WezTerm required
4+
#
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
59
# or by homebrew: brew install --cask wezterm
610

711
# Required parameters:
@@ -18,7 +22,7 @@ export PATH="$HOME/.cargo/bin:$PATH"
1822
# Check if lowfi is already running
1923
if pgrep -f "lowfi$" > /dev/null; then
2024
echo "Found existing lowfi process"
21-
25+
2226
# Use AppleScript to find and focus the lowfi window
2327
osascript -e '
2428
-- First activate WezTerm application

0 commit comments

Comments
 (0)