Bash AutoCompletion

Dec 16, 2008 02:04

If you are using Fedora, then please:

# yum install bash-completion

God, I wish I had known how to get this working earlier. Earlier I used to manually copy completion scripts to my home folder

Now BASH makes intelligent choices for autocompletion.

My favorite is for dbus send. Wow

Try out the following example:

dbus-send[tab][tab][tab][tab] ( Read more... )

bash, auto complete, linux, foss, efficient, kde

Leave a comment

Comments 2

also in Ubuntu ext_138284 December 15 2008, 22:13:52 UTC
the bash-completion package is also available in Ubuntu. I think it is installed by default, but if not:
"sudo apt-get install bash-completion" or via synaptic.

Reply

Re: also in Ubuntu bluesmoon December 16 2008, 23:30:22 UTC
yeah, default in ubuntu

Reply


Leave a comment

Up