Crates.io | parterm |
lib.rs | parterm |
version | 0.1.2 |
source | src |
created_at | 2022-11-05 10:08:54.453088 |
updated_at | 2022-11-05 10:14:27.777587 |
description | Remote control for your terminal |
homepage | https://github.com/RazvanRotari/Parterm |
repository | https://github.com/RazvanRotari/Parterm |
max_upload_size | |
id | 705715 |
size | 52,684 |
Remote control for your terminal. Allows you to execute arbitary commands in a different terminal. One usecase is to trigger the compilation in a different terminal from your editor.
This project only supports GNU/Linux at the moment.
If you already have a Rust environment set up, you can use the cargo install
command:
cargo install parterm
Cargo will build the parterm
binary and place it in $HOME/.cargo
.
Start the server
parterm server
In another terminal run
parterm client -- ls
This will run "ls" in the first terminal.