2 releases

0.1.2 Nov 5, 2022
0.1.1 Nov 5, 2022

#23 in #remote-control

Download history 4/week @ 2024-02-15 34/week @ 2024-02-22 17/week @ 2024-02-29

53 downloads per month

MIT license

24KB
543 lines

Parterm

Rust

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.

Installation

Cargo

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.

Usage

Start the server

parterm server

In another terminal run

parterm client -- ls

This will run "ls" in the first terminal.

Dependencies

~5–12MB
~115K SLoC