[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] [completion] Is it possible to auto complete one word into m
From: |
Clark Wang |
Subject: |
[Help-bash] [completion] Is it possible to auto complete one word into multiple ones? |
Date: |
Mon, 27 Jul 2015 16:24:01 +0800 |
For example, the foo command has a ``--select all'' option but has no
``-a'' option. I want to define a compspec for foo so when I input ``foo
-a'' and press <TAB> it'll replace ``-a'' with ``--select all''.
I tried modifying COMP_WORDS or COMP_LINE in my completion function but it
did not work. Seems like those COMP_vars are only for reading.
Thoughts?
-clark
- [Help-bash] [completion] Is it possible to auto complete one word into multiple ones?,
Clark Wang <=