https://github.com/Seraphin-/zsh-tailscale-ssh
ZSH plugin for hostname completions in tailscale.
https://github.com/Seraphin-/zsh-tailscale-ssh
Last synced: 3 months ago
JSON representation
ZSH plugin for hostname completions in tailscale.
- Host: GitHub
- URL: https://github.com/Seraphin-/zsh-tailscale-ssh
- Owner: Seraphin-
- License: other
- Created: 2025-03-04T23:22:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T23:31:37.000Z (4 months ago)
- Last Synced: 2025-03-05T00:26:30.635Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - tailscale-ssh (⭐0) - Provides host completion based off tailscale status. It automatically strips the MagicDNS suffix, if present. (Recently Updated / [Mar 08, 2025](/content/2025/03/08/README.md))
README
# tailscale-ssh plugin
This zsh plugin provides host completion based off `tailscale status`. It automatically strips the MagicDNS suffix, if present.
## Requirements
`tailscale` and `jq` on your `$PATH`.## Installation with OMZ
```zsh
git clone https://github.com/Seraphin-/zsh-tailscale-ssh "$ZSH_CUSTOM/plugins/tailscale-ssh"
```Add `tailscale-ssh` to your `plugins` in `.zshrc`.
## License
MIT