Skip to content

Commit

Permalink
fix(label): enter only prints the name vs whole row
Browse files Browse the repository at this point in the history
Fix a regression caused by adding multi-select support in cac5f20
  • Loading branch information
benelan committed Jun 2, 2024
1 parent d45ea06 commit 44bd0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ $global_binds
--header-lines=4 \
--header="$label_header" \
--bind="start:$on_start" \
--bind="enter:become(printf '%s\n' {+} | awk -F' ' '{print \$1}')" \
--bind="ctrl-o:execute-silent(gh label list --web $repo_flag &)" \
--bind='alt-n:execute(
read -rp "Enter new name for {1} label: " name;
Expand Down

0 comments on commit 44bd0af

Please sign in to comment.