Commit graph

4 commits

Author SHA1 Message Date
Dominik Picheta
aa3ee0942e Merge pull request #196 from oderwat/SmartUninstallCompletion
Smarter uninstall Bash completion.
2016-01-13 11:14:58 +00:00
Hans Raaf
c6d8742807 Smarter uninstall Bash completion.
Instead of offering just the base names of the packages the uninstall
parameter completion now lists all installed versions. This makes it
easy to uninstall whats not needed anymore and helps remembering the
syntax for this task.

Example:

```
$ nimble uninstall nake[TAB]@1.[TAB]
nake@1.4  nake@1.6  nake@1.8
$ nimble uninstall nake@1.4
```
2016-01-11 01:54:46 +01:00
Hans Raaf
2b5d2a9073 Fix for the Bash completion on OSX. 2016-01-11 01:44:30 +01:00
Federico Ceratto
40076fec46 Add Bash completion 2015-12-23 09:40:30 +00:00