Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

ActiveMQ bash auto-complete

What des this do?

Allows you tab-complete activemq in bash

How do I install this?

First be sure that activemq command is in your path. Just write activemq in bash and press enter. If you get

activemq: command not found

or similar then you should add $ACTIVEMQ_HOME/bin/activemq to your $PATH. Easy way is to edit ~/.bashrc file and add at the end:

PATH="~/$ACTIVEMQ_HOME/bin/activemq:$PATH"

where $ACTIVEMQ_HOME is path to your activemq installation.

When activemq command is recognized well then in you .profileor .bash_profile file add:

source PATH_TO_activemq_complete.bash

I want it to do X and it doesn't do it?

Fork it, fix it, and submit pull request. I'll merge it in (but not promise).

About

ActiveMQ auto complete script

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages