Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samlinville/raycast-tailscale
A Tailscale extension for Raycast that lets you quickly access the addresses of your Tailnet devices and copy them to the clipboard.
https://github.com/samlinville/raycast-tailscale
apple extension macos raycast react tailscale typescript
Last synced: 9 days ago
JSON representation
A Tailscale extension for Raycast that lets you quickly access the addresses of your Tailnet devices and copy them to the clipboard.
- Host: GitHub
- URL: https://github.com/samlinville/raycast-tailscale
- Owner: samlinville
- Created: 2022-04-02T15:33:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T16:31:32.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:11:41.749Z (4 months ago)
- Topics: apple, extension, macos, raycast, react, tailscale, typescript
- Language: TypeScript
- Homepage:
- Size: 3.29 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Tailscale for Raycast
A Tailscale extension for Raycast that lets you quickly access the addresses of your Tailnet devices and copy them to the clipboard.## How it works
This extension uses AppleScript to execute the common Tailscale command `tailscale status --json`, and parses the returned JSON object to list out the network devices in your Tailnet.It does not collect any privileged login information.
## Screenshots
![tailscale-01](https://user-images.githubusercontent.com/3967272/161404616-126d0052-5d55-43fc-b090-50e2c87c4c63.png)
![tailscale-02](https://user-images.githubusercontent.com/3967272/161404619-b9ef32be-6071-44d4-8f17-436a5556a414.png)
![tailscale-03](https://user-images.githubusercontent.com/3967272/161404620-a05dd313-a2f9-47b7-af2c-daf370a4cdf7.png)