bash offers autocompletion as far as I know this doesn't yet exist for OpenEdge utilities such as proadsv, asbman, proutil, etc. so I started a new spare time project.
It provides bash autocompletion for some of the OpenEdge administration commands
Example, assuming /tmp/sports.db exists, typing
prou[TAB]/t[TAB]s[TAB] [TAB]tr[TAB]b[TAB]
results in
proutil /tmp/sports -C truncate bi
https://bitbucket.org/cverbiest/openedgescripts
my plan is to add commands as I need them.
Thanks!
While I'm hardly doing any db administration, this is the kind of effort that's needed to drive a community site like this!