Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions modules/parallax/lib/core/projection-shell.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -380,19 +380,6 @@ ACTION:*|PLACE:*|FILE:*|PROMPT:*|AGENT:*|CUSTOM:*|HISTORY:*)
return 1
fi
;;
[['$current_mode" == "normal']]
# If signal is a Parallax ID (15+ chars), treat as Console selection
if [[ "$signal" =~ '^[0-9]{15,}$' ]]; then
# Rerun/Project from history
local cmd=$("$HOME/bin/px-logger" get-payload "$signal")
if [[ -n "$cmd" ]]; then
"$HOME/bin/dispatch" "$TARGET_PANE" "$cmd"
fi
return 2
else
return 1
fi
;;
esac

}
Expand Down