jcplaboratory / rashell

Rashell is Bash-like command processor for Windows
https://opensource.jcplaboratory.org/rashell
GNU General Public License v3.0
12 stars 2 forks source link

Bash-esque Bindings? #10

Open Natfan opened 7 years ago

Natfan commented 7 years ago

Could you add bash-eque bindings, such as C-l to clear, C-d to logout etc.

As there is not yet version numbering, I'm on commit #56.

Natfan commented 7 years ago

Might wanna give this the enhancement tag as it isn't an issue, per se.

cedroid09 commented 7 years ago

Hello Nathan,

Very good suggestions you've made. As you may have noted, the program is still on alpha release and we are working hard to bring most (if not all) the features of cmd and bash to this new shell.

We are indeed planning to include the commands you've suggested. To to that we are planning to use some existing open-source libraries to speed up the development process intead of (re)-developing them all. Would you advise same?

In the meantime, if you would like to contribute to the project you will be most welcomed.

Natfan commented 7 years ago

I'd agree with that, sounds much easier on your part to use libraries rather than writing it yourself. Perhaps just "reskin" commands that are already in CommandPrompt so that they have a more "Linux-y" feel to it as far as syntax goes?

cedroid09 commented 7 years ago

Yes, sure. That's why we dumped dir in favor of ls :D.

Natfan commented 7 years ago

When I switched from Linux as my daily driver at college to Windows at home during my break, dir made me die a little inside 😂

ls master race!