GitXplorerGitXplorer
n

dnx-bash-completion

public
11 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
eb99d2bc8ef6c7d3769d78d35d53704abf085e3a

added arch args

nnosami committed 10 years ago
Unverified
1f7b98ba85aaa1d8341b0236cce6a1b2d8fb4511

Merge branch 'master' of https://github.com/nosami/dnx-bash-completion

nnosami committed 10 years ago
Unverified
98e46659a017151210db097a07f8bdaa8e2510eb

fix dnx command to run on older python

nnosami committed 10 years ago
Unverified
dbb7124c3abc1c1974922208ef8fbe02a7bbd72d

Update README.md

nnosami committed 10 years ago
Unverified
0782744d704de852a7329990df455c214069e46a

Update README.md

nnosami committed 10 years ago
Unverified
3ce1fcedab953d8083fbf7ee5dccebe095f07e66

Update README.md

nnosami committed 10 years ago

README

The README file for this repository.

BASH tab completion for dnx commands

Provides argument completions for dnx, dnu and dnvm as well as semvers, aliases and dnx commands

Prerequisites

Only do this if you don't already have tab completion for other commands (such as git parameters)

If tab completion is installed, skip to Install

OSX
brew install bash-completion

Paste the following into ~/.bash_profile (create the file if it doesn't already exist)

if [ -f $(brew --prefix)/etc/bash_completion ]; then
    . $(brew --prefix)/etc/bash_completion
fi

if [ -f ~/.bashrc ]; then
    source ~/.bashrc
fi

Install completion for DNX

git clone https://github.com/nosami/dnx-bash-completion.git
cd dnx-bash-completion
./install.sh