This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: point repo URLs at compoundingtech org (org move)

All repos moved to the compoundingtech org (only homebrew-convoy stays
myobie). Switch the GitHub repo URLs in the docs:
- README nix install: github:myobie/pty -> github:compoundingtech/pty
- CHANGELOG pty-relay link -> github.com/compoundingtech/pty-relay

Left unchanged (NOT repo URLs): the npm package scope @myobie/pty (the
package is still published under that name — package.json name is
@myobie/pty) and the com.myobie.pty.* launchd Labels (reverse-DNS
identifiers, backwards-compatible with existing installs).

Nathan Herald (Jul 9, 2026, 10:37 AM +0200) 8da8717f 57c3c2ed

+3 -3
+1 -1
CHANGELOG.md
··· 284 284 ## 0.8.0 285 285 286 286 ### Relay integration 287 - - Interactive TUI (`pty` with no args) discovers [pty-relay](https://github.com/myobie/pty-relay) on PATH and shows remote sessions alongside local ones, grouped by host 287 + - Interactive TUI (`pty` with no args) discovers [pty-relay](https://github.com/compoundingtech/pty-relay) on PATH and shows remote sessions alongside local ones, grouped by host 288 288 - Remote sessions are fetched asynchronously — local sessions render immediately, remote groups appear when the relay responds 289 289 - Enter on a remote session spawns `pty-relay connect` with pause/resume 290 290 - Add `pty list --remote` to include remote hosts in the text and JSON output
+2 -2
README.md
··· 15 15 Or with Nix: 16 16 17 17 ```sh 18 - nix profile install github:myobie/pty # install the CLI 19 - nix develop github:myobie/pty # dev shell with node, npm, native deps 18 + nix profile install github:compoundingtech/pty # install the CLI 19 + nix develop github:compoundingtech/pty # dev shell with node, npm, native deps 20 20 ``` 21 21 22 22 Requires Node.js. Works on macOS and Linux.