Update README.md

This commit is contained in:
Aaron Heise 2023-02-12 23:15:51 -06:00 committed by GitHub
parent d76b36cd63
commit 49603e6d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
`rnsh` is a utility written in Python that facilitates shell `rnsh` is a utility written in Python that facilitates shell
sessions over [Reticulum](https://reticulum.network) networks. sessions over [Reticulum](https://reticulum.network) networks.
It is based on the `rnx` utility that ships with Reticulum and 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 `rnsh` is still a little raw; there are some things that are
implemented badly, and many other things that haven't been 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] ~~Initial version~~
- [X] ~~Pip package with command-line utility support~~ - [X] ~~Pip package with command-line utility support~~
- [X] ~~Publish to PyPI~~ - [X] ~~Publish to PyPI~~
- [ ] Improve signal handling - [X] ~~Improve signal handling~~
- [ ] Protocol improvements (throughput!) - [ ] Protocol improvements (throughput!)
- [ ] Test on several *nixes - [ ] Test on several *nixes
- [ ] Make it scriptable (currently requires a tty) - [ ] Make it scriptable (currently requires a tty)