From 6b988349310e2783117ca791bde7fac2440fde13 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 4 Jul 2025 12:27:46 -0700 Subject: [PATCH] todo --- git-recent | 1 + 1 file changed, 1 insertion(+) diff --git a/git-recent b/git-recent index 927ede2..489e28e 100755 --- a/git-recent +++ b/git-recent @@ -87,6 +87,7 @@ _browse_branches() { review_url=$(echo "$CL_STATUS" | grep -E "\b${branch_name}\b" | grep -o -E 'https://.*' | sed 's|https://||') # Using fancy integrated hyperlinks: https://iterm2.com/feature-reporting/Hyperlinks_in_Terminal_Emulators.html # TODO: maybe get rid of the crrev.com/c/ text as the link? + # TODO: use `git config branch.$(git rev-parse --abbrev-ref HEAD).gerritissue` and gerritserver to avoid using `git cl status` printf "$YELLOW%s $DIM\033]8;;%s\a%s\033]8;;\a$NC\n" "$branch_name" "https://$review_url" "$review_url" done \ | fzf \