aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-02 16:28:14 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-02 16:28:14 +0300
commitea77a73d4119feb0481e74bfa2754ebd2100bed9 (patch)
treed5609fc4d72222d10a10e7dff758843f32732365 /README
parent4e3ebe248cef60d084713c34594f7103f15a4035 (diff)
downloadeclat-ea77a73d4119feb0481e74bfa2754ebd2100bed9.tar.gz
eclat-ea77a73d4119feb0481e74bfa2754ebd2100bed9.tar.bz2
Add command completion routine for bash. Install formats to pkgdatadir
* README: Update. * configure.ac: Remove --with-format-dir. Use --pkgdatadir instead. * etc/Makefile.am: Add new file. * etc/compl.sh: New file.
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 27 insertions, 5 deletions
diff --git a/README b/README
index 3dd8201..a05e249 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ and has a tiny memory footprint.
* Documentation
-Several man pages are ready. Most is to be written yet.
+Several man pages are ready. Most are to be written yet.
* Building
@@ -21,18 +21,40 @@ The following libraries are needed for Eclat:
* Curl, available from <http://curl.haxx.se>.
* Expat, avaliable from <http://www.libexpat.org>.
-To compile, run the usual triplet:
+To compile, run the usual encantation:
./configure
make
make install
-For information about the configure script and its options, refer to
-file INSTALL included in the distribution.
+For information about the configure script and its generic options, refer to
+the file INSTALL included in the distribution.
+
+The following option is specific to this package:
+
+ --enable-split-format
+
+ Create a separate format file for each particular command. By default
+ the installation procedure builds a single file, which contains
+ instructions for each command supported by eclat. Use this option if
+ you wish to use separate files instead.
+
+** Shell completion
+
+To facilitate the use of the tool, the package includes a Bash script
+that implements completion for Eclat commands. The script is named
+compl.sh and is installed in pkgdatadir. To use it, source compl.sh
+from your profile or bash startup file (either per-user or system-wide one,
+at your option). For example, if the package is configured with /usr
+as its prefix, add the following line
+
+ . /usr/share/eclat/compl.sh
+
+Once done, you can use TAB to complete a partially typed command name.
* Bug reporting.
-Send bug reports to <gray+eclat@gnu.org.ua>.
+Send bug reports to <bug-eclat@gnu.org.ua>.
* Copyright information:

Return to:

Send suggestions and report system problems to the System administrator.