Oops, sorry: If you see "Unable to find latest release zip file", then you will need to manually update to v1.3.23 or higher.
Recent highlights: The v1.3.13 release added features that make the i.lua script possible. Argmatchers can now be written to do match completion in directories other than the current directory. Argmatchers can also be written to take a whole command line as an argument: for example the built-in cmd
argmatcher (cmd some_command
).
v1.3.23
- Automatically loads Lua completion scripts from
completions
directories. This allows you to optionally store completion scripts (argmatcher scripts) in a separate directory from your other Lua scripts, so that completion scripts are only loaded when needed. This can speed up Clink start time, if you have a large volume of argmatcher scripts. See Completion Directories for more information. - Fixed
clink.oncommand()
when redirection appears on the command line before the command name (e.g.>somefile command
). - Fixed both parts of #300; unable to find latest release zip file (incomplete fix in v1.3.22 by mistake).