mirror of
https://github.com/chubin/wttr.in
synced 2024-12-26 11:43:08 +00:00
Add OpenBSD ftp(1) to the PLAIN_TEXT list
The [ftp](http://man.openbsd.org/ftp)(1) command is the default tool to fetch files over HTTP on OpenBSD. It could be nice to add it to the PLAIN_TEXT_AGENTS list so installing curl or wget is not necessary. Its user-agent is, as described in the man page, “OpenBSD ftp”.
This commit is contained in:
parent
0d76ba4a3e
commit
0f27ec700e
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ PLAIN_TEXT_AGENTS = [
|
||||||
"httpie",
|
"httpie",
|
||||||
"lwp-request",
|
"lwp-request",
|
||||||
"wget",
|
"wget",
|
||||||
"python-requests"
|
"python-requests",
|
||||||
|
"OpenBSD ftp"
|
||||||
]
|
]
|
||||||
|
|
||||||
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation']
|
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation']
|
||||||
|
|
Loading…
Reference in a new issue