aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/telnet.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-04-01 02:55:54 +1000
committerGravatar axel <axel@liljencrantz.se>2006-04-01 02:55:54 +1000
commit349f52a1a5440f26cf6c88c5f9a3f82954df1699 (patch)
treeec676fee0b0cdc6741803a73d647d3ba4ad2dbd9 /share/completions/telnet.fish
parent850aa1963f68e9012394e37fa8aec0a7b4f0cbb2 (diff)
Telnet completions from Sean Higgins
darcs-hash:20060331165554-ac50b-5b0300d89ac2b2fbc6bc4bfcf228572fdce2e284.gz
Diffstat (limited to 'share/completions/telnet.fish')
-rw-r--r--share/completions/telnet.fish25
1 files changed, 25 insertions, 0 deletions
diff --git a/share/completions/telnet.fish b/share/completions/telnet.fish
new file mode 100644
index 00000000..b850151e
--- /dev/null
+++ b/share/completions/telnet.fish
@@ -0,0 +1,25 @@
+#
+# Load common telnet options
+#
+# Written by: Sean C. Higgins
+#
+
+complete -x -c telnet -d Hostname -a "(__fish_print_hostnames)"
+
+complete -c telnet -s 8 -d (_ "Specifies an 8-bit data path.")
+complete -c telnet -s 7 -d (_ "Do not try to negotiate TELNET BINARY option.")
+complete -c telnet -s E -d (_ "Stops any character from being recognized as an escape character.")
+complete -c telnet -s F -d (_ "Use local Kerberos authentication, if possible.")
+complete -c telnet -s K -d (_ "Specifies no automatic login to remote system.")
+complete -c telnet -s L -d (_ "Specifies an 8-bit data path.")
+complete -c telnet -s a -d (_ "Attempt automatic login.")
+complete -c telnet -s c -d (_ "Disables reading user's .telnetrc")
+complete -c telnet -s d -d (_ "Sets debug mode.")
+complete -c telnet -s S -x -d (_ "Sets IP TOS.")
+complete -c telnet -s X -x -d (_ "Disables atype type of authentication.")
+complete -c telnet -s l -x -a "(__fish_complete_users)" -d (_ "User login.")
+complete -c telnet -s n -x -d (_ "Log to tracefile.")
+complete -c telnet -s x -d (_ "Turn on encryption.")
+complete -c telnet -s r -d (_ "User interface similar to rlogin.")
+complete -c telnet -s k -x -d (_ "Use Kerberos realm for authentication.")
+