So
vi has this great thing where you can open a .zip file, and get a file directory, and go down to a file you're interested in, open it, and say :w filename to extract it
Is there a way to get vi, in that zip-directory view, to copy out an entire directory recursively? Or a different curses-y posix command line that can give me such a file listing and a directory-unzip capability?