Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.49 KB

README.org

File metadata and controls

36 lines (22 loc) · 1.49 KB

tailmacs

tailmacs is a Tailscale porcelain for Emacs. The UI is transient-based and uses TRAMP for remote connections.

Requirements

Installation

Download the package

Use package-vc-install and enter https://github.com/ben-maclaurin/tailmacs.

Set your access token

Create a token, then in your init file:

(require 'tailmacs)
(setq tailmacs-access-token "<token>") ;; ⚠️ recommended that you use a more secure method of storage
(setq tailmacs-organization "<organization>") ;; usually the e-mail associated with your Tailscale account

Features

  • Connect to SSH-enabled machines via TRAMP
  • Serve content and local servers on your tailnet
  • Funnel content and local servers on the internet
  • DWIM commands available in dired-mode
tailmacs-demo.mp4