Skip to content

nosami/dnx-bash-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bash tab completion for dnx, dnvm and dnu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages