From 49603e6d76071ec777caa95d13eb8d590600931d Mon Sep 17 00:00:00 2001 From: Aaron Heise Date: Sun, 12 Feb 2023 23:15:51 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce647e5..f2d2daf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ `rnsh` is a utility written in Python that facilitates shell sessions over [Reticulum](https://reticulum.network) networks. It is based on the `rnx` utility that ships with Reticulum and -aims to have provide a similar experience to SSH. +aims to provide a similar experience to SSH. `rnsh` is still a little raw; there are some things that are implemented badly, and many other things that haven't been @@ -161,7 +161,7 @@ The protocol is build on top of the Reticulum `Request` and - [X] ~~Initial version~~ - [X] ~~Pip package with command-line utility support~~ - [X] ~~Publish to PyPI~~ -- [ ] Improve signal handling +- [X] ~~Improve signal handling~~ - [ ] Protocol improvements (throughput!) - [ ] Test on several *nixes - [ ] Make it scriptable (currently requires a tty)