Skip to content

fgtl/amoeba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amoeba

Addon Manager for the Ofbiz Erp: Bash Autocomplete

Provides completion in Bash for Apache OFBiz's Addon Manager.

Preliminary notice

This software is considered to be in alpha quality, as in “could cause crashes or data loss”. It is very unlikely, tough.

Amoeba isn't feature complete yet. Feature requests, bug reports and general feedback are very welcome.

How to install

Preferably in your download folder, type the following:

wget https://github.com/fgtl/amoeba/archive/master.tar.gz && tar -zxf master.tar.gz && rm master.tar.gz

Then proceed to typing the following command with root privileges:

bash amoeba-master/install.sh

You can remove the installation folder if you don't need it anymore: (you'll need it to uninstall Amoeba, though)

rm -r amoeba-master

Dependencies

How to uninstall

With root privileges, type the following command:

bash amoeba-master/uninstall.sh

How to report bugs

Use GitHub's issues tracker.

Please include the results of the following command:

lsb_release -sirc; ps -p$$ -ocmd=

About

Bash completion for Apache OFBiz's Addon Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages