https://github.com/shadow53/pty-closure-rs
Run a closure (or function) in a pseudoterminal
https://github.com/shadow53/pty-closure-rs
Last synced: about 1 year ago
JSON representation
Run a closure (or function) in a pseudoterminal
- Host: GitHub
- URL: https://github.com/shadow53/pty-closure-rs
- Owner: Shadow53
- License: mit
- Created: 2022-03-01T00:27:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T17:28:47.000Z (over 1 year ago)
- Last Synced: 2025-04-12T08:52:49.959Z (about 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pty-closure-rs
[](https://github.com/Shadow53/pty-closure-rs/actions/workflows/audit.yml)
[](https://github.com/Shadow53/pty-closure-rs/actions/workflows/check.yml)
[](https://github.com/Shadow53/pty-closure-rs/actions/workflows/clippy.yml)
[](https://app.codecov.io/gh/Shadow53/pty-closure-rs)
[](https://crates.io/crates/pty_closure)
[](https://app.fossa.com/projects/git%2Bgithub.com%2FShadow53%2Fpty-closure-rs?ref=badge_shield)
Run a closure (or function) in a pseudoterminal.
**This crate only supports macOS, Linux, and BSD targets -- not Windows.**
See [docs.rs](https://docs.rs/pty_closure) for documentation.