Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric05/terminal_bucket
https://github.com/cedric05/terminal_bucket
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedric05/terminal_bucket
- Owner: cedric05
- Created: 2022-12-09T14:05:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T00:54:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T23:22:04.203Z (3 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MITM for command line io programs. specifically created for debugging language servers
## build
`cargo build --release`## usage
`RUN_COMMAND=/usr/bin/run.sh INPUT_FILE=/tmp/input OUTPUT_FILE=/tmp/output target/debug/bucket`
input to program is captured in `/tmp/input`
output to program is captured in `/tmp/output`
### FAQ
1. if run.sh expects few command line args, create a new run2.sh with command args set
2. if env `INPUT_FILE` and `OUTPUT_FILE` can't be set, create new run3.sh with env set in run3.sh