diff options
-rwxr-xr-x | dwim | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -64,6 +64,11 @@ for ($phrase) { fail "header file not found"; } + if (/^([^\s]+-[\d.]+_\d+)$/) { + handle "xbps package"; + run @LAUNCHER, "in-shell", "sudo", "xbps-install", "-S", $1; + } + if (/^([^\s]+)$/) { handle "maildir / directory / file"; my $p = path $1; |