shazow / ssh-chat

Chat over SSH.
https://shazow.net/posts/ssh-how-does-it-even/
MIT License
5.59k stars 408 forks source link

COMMANDS ARE CASE SENSITIVE #411

Closed daisyUniverse closed 2 years ago

daisyUniverse commented 2 years ago

PLEASE CONSIDER MAKING THEM NOT CASE SENSITIVE

sildur commented 2 years ago

I WHOLEHEARTEDLY AGREE WITH THIS USER.

sleibrock commented 2 years ago

Converting an upper case string to a lower case to match the command lookup would be trivial. If anyone wanted to pursue this change, feel free and do a pull request for @shazow to inspect.

shazow commented 2 years ago

@robinuniverse please tell me more. :) What are the upsides vs downsides?

I think of commands kinda like a programming/scripting language, and those are usually not case insensitive?

daisyUniverse commented 2 years ago

I DO NOT HAVE ANY COMPELLING ARGUMENTS - I WOULD JUST ENJOY THE OPTION IF ADDING IT IS CONVENIENT. THANK YOU FOR YOUR TIME

shazow commented 2 years ago

Welp, thanks for sharing your feels, consider them considered but no plans to add things like that right now.