summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/Autocomplete/Packages.pm
Commit message (Collapse)AuthorAgeFilesLines
* convert all of the pluginsJesse Luehrs2013-09-031-12/+12
|
* autocomplete for commands (fixes #18)Jesse Luehrs2013-07-101-0/+1
|
* handle this a better wayJesse Luehrs2013-07-101-27/+3
| | | | | look through the stash for packages rather than combining %INC and watching for packages
* clean up some more tab completion stuffJesse Luehrs2013-07-021-0/+1
|
* listen to events published by Packages plugin to find out the names of more ↵Toby Inkster2013-06-281-0/+12
| | | | packages for autocompletion
* update docsJesse Luehrs2013-06-271-5/+0
|
* don't complete keywords or packages if there's a sigilJesse Luehrs2013-06-271-1/+2
|
* allow trailing single colons tooJesse Luehrs2013-06-271-1/+1
|
* split out different completion typesJesse Luehrs2013-06-271-0/+53