add sshx under ssh - #97
Open
lunrenyi wants to merge 1 commit into
Open
Conversation
sshx is a fast, collaborative, web-based live terminal sharing tool written in Rust with end-to-end encryption (Argon2 + AES). Co-Authored-By: Claude Code <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
向
src/ssh/分类新增 sshx 条目。sshx 是一款基于 Web 的协作式实时终端共享工具,使用 Rust 实现并支持端到端加密(Argon2 + AES)。一条命令即可把本地终端分享给任意多个用户,支持多光标实时同步、可缩放/平移的无限画布与低延迟预测回显。
安装规则覆盖
x eget ekzhang/sshx—— 通用 eget 方式(项目发布预编译 release 二进制)brew install sshx—— macOS 与 Linux(homebrew-core 0.4.1)cargo install --git … --bin sshx—— 源码编译(workspace 显式指定 bin)curl -sSf https://sshx.io/get | sh—— 官方一键安装脚本项目活跃度
🤖 Generated with Claude Code