Gpr::Select

Gpr plugin to select a repository using the interactive interface.

Installation

Add this line to your gpr's Gemfile:

gem 'gpr-select'

Usage

$ gpr select

Possible use as this.

select

Other benefits is here.

Convenient aliases

# Change Directory to a directory that you specify
alias gcd='cd $(gpr select)'
# Remove a directory that you specify
alias grm='rm -rf $(gpr select)'

# And more...
alias gcontrib='gpr contrib $(gpr select)' # Require gpr-contrib
alias gfetch='gpr fetch $(gpr select)'     # Require gpr-fetch