Written by cslotty the 14 Nov 09 at 22:26.
Category: Usability.
Related project:
Nothing/Others.
Status: Already implemented
Rationale
When you want to install new packages you often copy something from the wiki or the like. But sometimes it is tedious to switch back to another window just to copy text or look up again what you wanted to install.
It would be much nicer if there were some auto-expansion mechanism to package names - like when you type "apt-get install ubuntu-v" and then TAB it will expand to the only possible solution (I guess) "ubuntu-vm-builder" - just as an example.
In bash, known commands get expanded like that, another example is when you configure an ssh_config of your own.
Maybe even generally speaking - it would be nice to have some more auto-expansion of options and all that in shell commands - just in order to save some tedious looking up manpages for the 1000st time because you can just not remember each detail of a command.
I would never want to give up my beloved command-line ;-) but I guess there could be even more comfort using it.