Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 594 Bytes

Peet's Posh Ant

Posh Ant is a simple PowerShell script that provides tab completion support for Ant tasks

Installation

  1. (Optionally Fork and) Clone this project.

  2. Edit your $profile to include

. 'C:\<path-to-clone>\tabcomplete.ps1'

  1. Reset your current environment

. $profile

Or start a new shell

Usage

  • 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 with a.
  • etc...

Licence

  • MIT - See LICENCE.txt