GitXplorerGitXplorer
p

posh-ant

public
2 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
9ba80b5f9488f1646556f4aae02cd03c6c12b230

Merge pull request #2 from UKLooneyJr/master

ppeet committed 7 years ago
Unverified
7dde33db055d3b5c3de5ff13ad0f3ad059e25fdd

Now including ant targets from imported files.

committed 7 years ago
Unverified
2e6305adebafe0324eebe1e04e697414563333a6

Merge pull request #1 from ctwomey1/master

ppeet committed 10 years ago
Unverified
e0c9d9b2a01eb786802cd37704969d79740c0b04

Update tabcomplete.ps1

ccatwomey committed 10 years ago
Unverified
358c0cba0c6ce90c8919d6006c3fb172063690ea

Update tabcomplete.ps1

ccatwomey committed 10 years ago
Unverified
7b9944973c7c991b3477efec0db6b099a903a545

v1

ppeet committed 12 years ago

README

The README file for this repository.

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