raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
3.2k stars 103 forks source link

[Feature] Support cygwin environment on Windows #525

Closed mendelyv closed 3 weeks ago

mendelyv commented 3 weeks ago

Thanks to everyone for contributing to this terminal tool. I have been using Git Bash in the Windows terminal like this: Snipaste_2024-06-07_14-40-59 but the experience with the Windows terminal is far from satisfactory. Therefore, I am creating this request in the hope that support for the Cygwin environment on Windows can be added in the future. If there are no plans to support this for now, please feel free to close this issue. Thanks again.

raphamorim commented 3 weeks ago

Hey @mendelyv thanks for the issue,

Add cygwin would be cool, do you know if there's a process to add there?

mendelyv commented 3 weeks ago

I apologize for my mistake. My initial path was incorrect. Here is the right config:

[shell]
program = "C:\\Program Files\\Git\\bin\\bash.exe"
args = []

Thanks for your attention.

raphamorim commented 3 weeks ago

Ah that's good to know! thanks for sharing it @mendelyv