shell-plus-plus icon indicating copy to clipboard operation
shell-plus-plus copied to clipboard

Any support for macOS?

Open ghost opened this issue 6 years ago • 7 comments

MacOS support

Do you want to add macOS support?

ghost avatar Jan 12 '20 17:01 ghost

Yes, I want, I just haven't tried to compile for macOS because I don't have the OS yet, but I will try to provide one to try compiling for it. I believe that by design using technologies that also support macOS, it should compile without major problems.

alexst07 avatar Jan 13 '20 13:01 alexst07

I have the macOS, I can help you

ghost avatar Jan 15 '20 13:01 ghost

And can I compile Shell++ in Windows 10?

ghost avatar Jan 15 '20 13:01 ghost

I have the macOS, I can help you

Your help is very welcome

And can I compile Shell++ in Windows 10?

At the moment not, the part responsible for the execution of the processes uses Posix, what I intend to do is to use the Boost process, so it will be possible to compile also in Windows.

alexst07 avatar Jan 15 '20 17:01 alexst07

Sorry for trouble... How to read user input in Shell++ like in python input() or bash read to the variable?

ghost avatar Jan 18 '20 15:01 ghost

a = read()
print(a)

alexst07 avatar Jan 20 '20 14:01 alexst07

@entyav, in fact I apologize, so far this has been a personal project and for fun. However, whatever you need you can ask, and if you are interested in the project, I can go on making documentation with your doubts, as it is not yet used in production, we can make changes if you have any suggestions.

alexst07 avatar Jan 20 '20 14:01 alexst07