
Second, change behaviour of TAB key in this help tip. At this moment, by pressing TAB, we accomplish currently selected command. I propose better way.
When you type
Code: Select all
#PB_Ev
Code: Select all
#PB_Event
Code: Select all
#PB_Event3D
#PB_Event_
#PB_EventType_
Code: Select all
#PB_EventType
Then, you type "_" to weed out "3D" commands, then type "D" to show all "Download" variants, e.t.c...
Got the idea? If not, see Unix-way command-line prompting completion on wikipedia