Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion for unison



On 12. mai 2011, at 20.13, gi1242+zsh@xxxxxxxxx wrote:

> On Thu, May 12, 2011 at 11:13:49AM -0700, Paul Anton Letnes wrote:
> 
>> I have written a completion script for the command line version of
>> unison (a gui also exists, for those with fear of text commands).  I
>> thought it would be great to share it with the world, so perhaps it
>> will make it into the next zsh release?
> 
> I wrote one a few months ago and posted it here. I think Peter
> committed it, and it should be already be in the 4.3.11 release.
> 
> You can usually save yourself some time by checking the latest Git/SVN
> repos before resorting to writing it yourself :).
> 
> Regardless, it wouldn't hurt to check if yours has any options that I
> might have missed earlier, and send a patch the zsh devs can commit.
> 
> GI

Aha, good idea. I should have done that.

I don't think I missed any options - I used 'unison -help' and a vim macro to parse the help input into the args list. Anyhow, thanks for letting me know!

Paul.


Messages sorted by: Reverse Date, Date, Thread, Author