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
a5f09b5db69988d159672b371ffed30e28fc95bb
2 folders
10 files
Nathan Herald
Add pty gc command and gc() API to remove all exited sessions
3mo ago
a5f09b5d
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
Add pty gc command and gc() API to remove all exited sessions
3 months ago
client-api.ts
Add pty gc command and gc() API to remove all exited sessions
3 months ago
client.ts
Prevent session nesting and add resource usage to stats Detect when pty run is invoked inside an existing session via PTY_SESSION env var and exec the command directly (-d bypasses). Add CPU, memory, and PID reporting to pty stats for both the child process and daemon.
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
Merge branch 'events'
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