FZip allow to zip a selection of files. A query take this form :
zip C:\folder1\;c:\folder2\ to c:\test.zip
I used a trick to enable completion at each sublevel of the query : you get completion at C:\folder1\, at C:\folder2\ and at c:\test.zip. You can autocomplete by typing CTRL-Enter (this replace tab currently ) as FARR doesn't notify plugins on tab key press. May be farr could allow plugins to handle the "tab" key ?
When you begin to type a filename c:\ farr does not seem to trigger the search (at the \ ) ? I'm not sure why but you can type c:/ instead to get results at the root level.
Every time you type ; you begin a new file selection in the file selection. When you are done with file selection type <space>to<space> then the name of the file you want to create. FZip will create a special entry for you to create the file.
You will need the latest fsubcript since I added some functions to the fscript.dll. You can get the latest function updated with all czb and ewemoa developpement at :
http://github.com/ec...cript/commits/masterYou can then get the plugin at :
http://github.com/ec...dec/fzip/tree/masterBeyond the zip behavior this plugin is a experiment to see if FARR can use more natural language. Something like ubiquity but outside of the browser.