Skip to content
forked from peet/posh-ant

PowerShell tab completion for Ant

License

Notifications You must be signed in to change notification settings

catwomey/posh-ant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

PowerShell tab completion for Ant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%