aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/_text_filenames.bash
Commit message (Collapse)AuthorAgeFilesLines
* Arrange extensions in descending order of freqTom Ryder2016-09-081-13/+13
| | | | So the completion is just a little bit faster
* Add .gpg files to text file skipsTom Ryder2016-09-081-0/+4
|
* Improve/extend extensions list a bitTom Ryder2016-09-081-16/+28
|
* Add text-filename heuristic completionTom Ryder2016-09-081-0/+61
Filesystem type and filename extension-based to keep things quick and simple and not forking out to other tools. We'll see how well this works, but so far I really like it.