A small port-forwarding utility
Find a file
John Doty 4b2c9811dc I was worried over nothing
The two key presses was because of tokio's no-blocking stdin() and it
was so that we could be sure to pipe stdin but we don't have to
because ssh does its own nonsense.
2022-10-12 10:34:50 -07:00
src I was worried over nothing 2022-10-12 10:34:50 -07:00
.gitignore Enumerate all of the listening processes and their ports 2022-10-04 18:13:57 +00:00
Cargo.lock Better UI, needs two keys to close :( 2022-10-10 05:33:27 +00:00
Cargo.toml Better UI, needs two keys to close :( 2022-10-10 05:33:27 +00:00
test.py Starting to make progress 2022-10-07 01:35:34 +00:00