17 Dec
2007
17 Dec
'07
1:15 a.m.
Hi, I just put together a simple completion script for texexec in zsh. Zsh can do some fancy completions with tab. I have written a completion script that gives some command line switches of texexec as part of tab completion in zsh. Here is what the output looks like http://wiki.contextgarden.net/Image:Screenshot-Terminal.png One can go between the different options by pressing tab. The script is at http://wiki.contextgarden.net/User:Adityam#Zsh_completion This is my first attempt to write a zsh completion script. Any feedback is welcome. Aditya