Opened 12 years ago

Closed 11 years ago

#3555 closed defect (obsolete)

Create a bash_completion file for ./sugar-jhbuild command

Reported by: humitos Owned by: sascha_silbe
Priority: Low Milestone: Unspecified
Component: sugar-jhbuild Version: Unspecified
Severity: Trivial Keywords:
Cc: humitos Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

It could be useful to have this file so when we will press TAB while we are writing in the Terminal, bash will be able to suggest us about the options.

References:

This is a very low priority task.

Attachments (2)

sugar-jhbuild (1.9 KB) - added by humitos 12 years ago.
First steps…
sugar-jhbuild.2 (5.9 KB) - added by humitos 12 years ago.
All commands with all their options available with TAB

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by humitos

First steps...

Changed 12 years ago by humitos

All commands with all their options available with TAB

comment:1 Changed 12 years ago by humitos

To be able to use this autocomplete file you should copy it inside /etc/bash_completion.d/:

sudo cp sugar-jhbuild.2 /etc/bash_completion.d/

or you can test it doing:

. /etc/bash_completion.d/sugar-jhbuild.2

and then:

./sugar-jhbuild bu<TAB>
build     buildone

comment:2 Changed 11 years ago by manuq

  • Resolution set to obsolete
  • Status changed from new to closed

Closing as obsolete. We use sugar-build now.

Note: See TracTickets for help on using tickets.