Skip to content

Instantly share code, notes, and snippets.

View bosdhill's full-sized avatar
👁️‍🗨️
Nyet-working

Bobby Dhillon bosdhill

👁️‍🗨️
Nyet-working
  • Arista Networks
  • Bay Area
View GitHub Profile
@bosdhill
bosdhill / zed-gerrit-provider.sh
Last active January 27, 2026 16:23
Zed gerrit task and keymap for permalink / PR links
#!/bin/sh
#
# Copy this script to ~/.local/bin/zed-gerrit-provider.sh
#
# gerrit - Script for Gerrit permalink & PR link support
case "${1:-}" in
open-review)
# Opens Gerrit review for selected Change-ID
if [ -z "${ZED_SELECTED_TEXT:-}" ]; then