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
/
src
/
at
699a44ae0f3447ea0aa723bc74274b4641a6caf8
2 folders
10 files
Nathan Herald
Display the session name in the exit message
3mo ago
699a44ae
testing
Add pty stats command, STATUS protocol message, and 10k scrollback
3 months ago
tui
Add @myobie/pty/client entry point for programmatic session management New public API covering every CLI feature: SessionConnection for bidirectional attach without stdin/stdout, sendData/peekScreen as Promise-based alternatives, events, keys, stats, and protocol types. Refactor spawnDaemon to options object with optional rows/cols.
3 months ago
cli.ts
Display the session name in the exit message
3 months ago
client-api.ts
Add pty gc command and gc() API to remove all exited sessions
3 months ago
client.ts
Display the session name in the exit message
3 months ago
connection.ts
Add @myobie/pty/client entry point for programmatic session management New public API covering every CLI feature: SessionConnection for bidirectional attach without stdin/stdout, sendData/peekScreen as Promise-based alternatives, events, keys, stats, and protocol types. Refactor spawnDaemon to options object with optional rows/cols.
3 months ago
events.ts
Add @myobie/pty/client entry point for programmatic session management New public API covering every CLI feature: SessionConnection for bidirectional attach without stdin/stdout, sendData/peekScreen as Promise-based alternatives, events, keys, stats, and protocol types. Refactor spawnDaemon to options object with optional rows/cols.
3 months ago
keys.ts
Fix more edge cases, introduce send command
4 months ago
protocol.ts
Add pty stats command, STATUS protocol message, and 10k scrollback
3 months ago
server.ts
Respond to DA1 queries to fix fish shell 10s startup delay Fish 4.x sends a DA1 (Primary Device Attribute) query at startup and blocks for up to 10s waiting for a response. Add a CSI handler in PtyServer that intercepts the query and writes back a VT220 response. Add shell integration tests for bash, zsh, and fish. Closes #5 Based on the approach by @schickling-assistant in #5
3 months ago
sessions.ts
Add pty gc command and gc() API to remove all exited sessions
3 months ago
spawn.ts
Add @myobie/pty/client entry point for programmatic session management New public API covering every CLI feature: SessionConnection for bidirectional attach without stdin/stdout, sendData/peekScreen as Promise-based alternatives, events, keys, stats, and protocol types. Refactor spawnDaemon to options object with optional rows/cols.
3 months ago