summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorianmacd <>2002-03-11 17:53:32 +0000
committerianmacd <>2002-03-11 17:53:32 +0000
commitfd1ce927d2908f099e63731f120281886947a3d9 (patch)
treeaf1f5b4ac9245d9f0737c8ca177a808db22449fb /README
parent298fe3cce4e2e17240f224e807a9f642784c22a0 (diff)
downloadbash-completion-fd1ce927d2908f099e63731f120281886947a3d9.tar.gz
- add FAQs on $BASH_COMPLETION_DIR and rating
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 18 insertions, 1 deletions
diff --git a/README b/README
index e28df70e..39e21e8c 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.7 2002/03/02 01:09:41 ianmacd Exp $
+$Id: README,v 1.8 2002/03/11 18:53:32 ianmacd Exp $
INSTALLATION
@@ -101,6 +101,23 @@ Q. How can I insert my own local completions without having to reinsert them
A. Put them in ~/.bash_completion, which is parsed at the end of the main
completion script.
+Q. I author/maintain package X and would like to maintain my own completion
+ code for this package. Where should I put it to be sure that interactive
+ bash shells will find it and source it?
+
+ Put it in the directory pointed to by $BASH_COMPLETION_DIR, which is defined
+ at the beginning of the main completion script. Any scripts placed in this
+ directory will be sourced by interactive bash shells.
+
+Q. This code is rubbish/not bad/pretty good/the best thing since sliced bread.
+ How can I show my appreciation?
+
+A. If you're a registered Freshmeat user take a moment to rate the project at:
+
+ http://freshmeat.net/rate/19041/
+
+ Of course, writing to me and letting me know how you feel also works.
+ Patches and new completion routines are most welcome, too.
--
Ian Macdonald <ian@caliban.org>