From 280ceba9bf62925e469f3a2bdd57db1a7e9360d480ef1b6c82c7f95372a1eb52 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 17 May 2024 15:54:27 +0300 Subject: [PATCH] Pass filtering options to cd --- cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd b/cd index 09cc64f..375ea03 100755 --- a/cd +++ b/cd @@ -3,5 +3,5 @@ root=$0:h:a . $root/lib.zsh.rc -$root/list | fzf --ansi --tac --preview="$root/show {1}" | cut -f2 | read d +$root/list $@ | fzf --ansi --tac --preview="$root/show {1}" | cut -f2 | read d print issues/$d -- 2.48.1