alpha
Login
or
Join now
compounding.tech
/
pty
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
pty
/
tests
/
at
d5a54122c10d7c5d54e50ae021163bc0b8bcddb2
7 files
Nathan Herald
Auto-name sessions, fix global install spawn failure (fixes #4)
3mo ago
d5a54122
integration.test.ts
Resize to the smallest dimensions across all connected writable clients
3 months ago
keys.test.ts
Fix more edge cases, introduce send command
4 months ago
protocol.test.ts
Initial commit
4 months ago
sanitize.test.ts
Better sanitization, handle resizing better
4 months ago
screenshot.test.ts
Fix CLI for npm global install — build src/ to dist/ with tsc Node refuses to run .ts files from node_modules/. The CLI and daemon now run from dist/ (compiled by tsc). Tests and exports updated to use dist/ for subprocess spawning. npm run build is now required before using the CLI locally.
3 months ago
tui-framework.test.ts
Use our TUI framework for the interactive lis and fix the interactive list search to weight the session name higher
3 months ago
tui.test.ts
Auto-name sessions, fix global install spawn failure (fixes #4) Sessions are now auto-named from directory + command when no name is given: `pty run -- node server.js` creates `myapp-node-server`. Use `--name` for explicit names. Old positional syntax still works with a hint to migrate. The interactive wizard auto-generates the name as you type the command. Manually editing the name stops auto-generation. Filter results now rank name matches above path/command matches. Fix: add postinstall script to chmod +x node-pty's spawn-helper binary. npm strips the executable bit during install, causing posix_spawnp to fail on global installs. Fix: move @preact/signals-core from optional peer dependency to regular dependency — the CLI now uses it since the interactive list rewrite.
3 months ago