zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.38k stars 610 forks source link

Allow `zellij delete` to take multiple session names as arguments #3445

Open tgross35 opened 1 week ago

tgross35 commented 1 week ago

For example:

$ zellij d outstanding-tomato oblong-river
error: Found argument 'oblong-river' which wasn't expected, or isn't valid in this context

USAGE:
    zellij delete-session [OPTIONS] [TARGET_SESSION]

For more information try --help
$ zellij d outstanding-tomato 
Session: "outstanding-tomato" successfully deleted.
$ zellij d oblong-river
Session: "oblong-river" successfully deleted.

Taking multiple arguments would be slightly easier to copy and paste from the output of zellij ls