From: Sergey Matveev Date: Fri, 17 May 2024 12:54:27 +0000 (+0300) Subject: Pass filtering options to cd X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=280ceba9bf62925e469f3a2bdd57db1a7e9360d480ef1b6c82c7f95372a1eb52;p=schwabrak.git Pass filtering options to cd --- 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