From b63f7aa5de684856ad6395b22a712488b56f81ef Mon Sep 17 00:00:00 2001 From: Guillaume Schurck <21091232+gschurck@users.noreply.github.com> Date: Sun, 22 Sep 2024 20:47:21 +0200 Subject: [PATCH] feat: reduce the size of info panel --- fuzzybrew.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzybrew.sh b/fuzzybrew.sh index 6cc60bf..dd047f7 100755 --- a/fuzzybrew.sh +++ b/fuzzybrew.sh @@ -2,7 +2,7 @@ # fuzzybrew.sh -VERSION="1.1.0" +VERSION="1.1.1" fuzzybrew() { local query="$1" @@ -19,7 +19,7 @@ fuzzybrew() { --nth=1 \ --header 'Press CTRL-C to quit, ENTER to install, SHIFT-TAB to select multiple' \ --preview 'HOMEBREW_COLOR=1 brew info {1}' \ - --preview-window=right:60%:wrap + --preview-window=right:50%:wrap ) if [[ -n $selected_packages ]]; then