aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/_text_filenames.bash
Commit message (Collapse)AuthorAgeFilesLines
* Ignore #emacs_backup# file patternTom Ryder2019-05-221-0/+3
|
* Two-space sentences in shell commentsTom Ryder2018-12-271-1/+1
|
* Rearrange _text_filenames completion a littleTom Ryder2018-12-021-12/+14
| | | | Use an integer index for adding values.
* Use the positional parameter aliases for wordsTom Ryder2018-12-011-1/+1
| | | | | The current word is available in $2, and the previous word in $3. That's easier (and maybe a bit less expensive) to dig out, so let's use it.
* Remove unneeded -q option to shopt -s commandsTom Ryder2018-12-011-1/+1
|
* Use inverting exclam mark outside conditionalTom Ryder2018-12-011-4/+4
|
* Overhaul text filename generationTom Ryder2018-12-011-57/+132
|
* Add .m4a to text filenames completion skipsTom Ryder2018-08-221-2/+2
|
* Exclude .doc from blacklisted extensionsTom Ryder2016-12-201-2/+3
|
* Accept all directory names for text completionTom Ryder2016-12-201-0/+6
|
* Return not continue in text filename completionTom Ryder2016-12-201-5/+5
|
* Allow .gz completion for text fns, but not .tar.gzTom Ryder2016-12-191-3/+2
|
* Add some missing "local" callsTom Ryder2016-12-121-0/+1
|
* Remove .dat from text filename exclusionsTom Ryder2016-12-121-2/+2
| | | | | The one instance I can find in my regularly worked files is status.dat in Nagios, which is a text file
* Correct missed extension capitalizationTom Ryder2016-09-301-1/+1
|
* 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.