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

Make it feel more like bash? #3

Closed fennectech closed 5 years ago

fennectech commented 5 years ago

Can we make the console feel like bash? And print out the log on the switch's screen too

Cesura commented 5 years ago

Could you elaborate on what you mean by "more like bash"? As for the second part, I could add a toggle that would enable printing of all the entered commands on the Switch's screen itself, if that would be helpful.

fennectech commented 5 years ago

Bash has a prompt like user@host:path $ and the user types commands after thato so for example fennectech@switch:sdmc:/modules/$

fennectech commented 5 years ago

Can we also log to a file in /modules/logs

Cesura commented 5 years ago

Thanks for the suggestions. Check out release 0.1.4-alpha; it should hopefully include what you were looking for. :)

fennectech commented 5 years ago

Awesome I’ll check it out in the morning