Home

Awesome

zsh-tailscale-plugin

This repository is my implementation of an autocomplete plugin for the tailscale CLI.

Tailscale plugin

This plugin adds auto-completion and aliases for tailscale.

To use it add tailscale to the plugins array in your zshrc file.

plugins=(... tailscale)

Aliases

AliasCommandDescription
Common Commands
tailscale upUp connects your device to Tailscale
tailscale downDown disconnects your device from Tailscale
tailscale fileAccess and make files available to Taildrop
tailscale certGenerate certificate and key files on the host for HTTPS certificates in the network
tailscale ipIP returns a device’s Tailscale IP address
tailscale logoutLog out disconnects from Tailscale, expires current login
tailscale netcheckNetcheck provides a report on your current physical network conditions
tailscale pingPing tries to ping another device exclusively over Tailscale
tailscale statusStatus shows the status of your connections to other Tailscale devices
tailscale webWeb starts a webserver for controlling the tailscaled daemon
tailscale bugreportBugreport prints a random identifier into diagnostic logs
tailscale versionVersion prints the installed version of Tailscale