Cesura / nxsh

BusyBox-like remote shell for the Nintendo Switch over telnet [UNMAINTAINED]
BSD 3-Clause "New" or "Revised" License
79 stars 7 forks source link

Feature Request: basic terminal and bash commands #13

Closed ZornTaov closed 5 years ago

ZornTaov commented 5 years ago

it would be nice to be able to use telnet/ssh to make files with commands like touch and echo, and to edit them with something like nano. Or use > and >> to have the output of a command be made into a new file or append it to an existing one.

friedkeenan commented 5 years ago

Nano would probably be too complicated to use over telnet, but I can probably do the other stuff.

friedkeenan commented 5 years ago

The latest commit added echo, touch, and the > and >> stuff. If you have any trouble with those, feel free to request this to be reopened. If you still want nano, feel free to make another issue, but like I said, that seems near impossible with just telnet.

fennectech commented 5 years ago

Hot damn. The ability to TOUCH files is a godsend. How about cat?

friedkeenan commented 5 years ago

cat has been implemented since the beginning

fennectech commented 5 years ago

Awesome. Thank you :). Ill be updating my nxsh.

On Wed, Feb 20, 2019 at 3:37 PM friedkeenan notifications@github.com wrote:

cat has been implemented since the beginning

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/Cesura/nxsh/issues/13#issuecomment-465764343, or mute the thread https://github.com/notifications/unsubscribe-auth/ALZmAeM0AU0Yyum2oxCu2NeDmWLdEOHWks5vPcAIgaJpZM4bEvvI .

-- FennecTECH

ZornTaov commented 5 years ago

that turn around time! awesome job!

friedkeenan commented 5 years ago

Well my school cancelled today because of the snow, so that's a large part :)