Posh Ant is a simple PowerShell script that provides tab completion support for Ant tasks
-
(Optionally Fork and) Clone this project.
-
Edit your
$profile
to include
. 'C:\<path-to-clone>\tabcomplete.ps1'
- Reset your current environment
. $profile
Or start a new shell
- In a directory with a build.xml:
- Type
ant<space>
, then hit<tab>
to cycle through all targets. - Type
ant<space>a
, then hit<tab>
to cycle through all targets that start witha
. - etc...
- MIT - See LICENCE.txt