From 0b899f137bc782bd01c6c3ff4efdb8628562ad03 Mon Sep 17 00:00:00 2001 From: Dylan Roman Date: Fri, 8 May 2026 08:42:54 -0400 Subject: [PATCH] feat(extract): add option to extract to a specific directory in _extract --- plugins/extract/_extract | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/extract/_extract b/plugins/extract/_extract index 6641443d3..7d71aeb1b 100644 --- a/plugins/extract/_extract +++ b/plugins/extract/_extract @@ -53,5 +53,6 @@ local -a exts=( _arguments \ '(-r --remove)'{-r,--remove}'[Remove archive.]' \ + '(-t --to-directory)'{-t,--to-directory}'[Extract to a specific directory.]' \ "*::archive file:_files -g '(#i)*.(${(j:|:)exts})(-.)'" \ && return 0