aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/ftp.bash
Commit message (Collapse)AuthorAgeFilesLines
* Remove ftp(1) completionTom Ryder2018-12-021-33/+0
| | | | I don't remember the last time I used a .netrc file.
* 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 redundant error code in short circuitsTom Ryder2018-12-011-1/+1
|
* Drop support for Bash <= 3.0Tom Ryder2018-11-301-7/+1
| | | | | | This allows removing a fair bit of boilerplate checking for the availability of `-o bashdefault` for the `complete` builtin, and greatly simplifies the minimum version check.
* Use bashdefault if available in more completionsTom Ryder2017-02-121-1/+7
|
* Tidy completion filesTom Ryder2016-07-301-1/+1
| | | | Add comments, add short-circuit to vared() completion
* Move bash completion setup into separate dirTom Ryder2016-07-301-0/+33