mklement0 / ttab

macOS and Linux CLI for opening a new terminal tab/window, optionally with a command to execute and/or display settings
285 stars 15 forks source link

Windows and other platform support #11

Closed awdDev786 closed 7 years ago

awdDev786 commented 7 years ago

I need such functionality in my windows environment.but this isnt supporting windows or linux.giving error in installation as

 Unsupported platform for ttab@0.6.0: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

Is there any plan to add it or not?

mklement0 commented 7 years ago

Unfortunately, I have no plans to add support for other platforms.

This would be a significant amount of work, and especially tricky on Linux platforms, where many different terminal programs exist - see #5.

lalilaloe commented 3 years ago

I created a small package to accommodate for Windows Terminal. The api of wt.exe is still under development but you can check it out at: https://github.com/lalilaloe/wttab

mklement0 commented 3 years ago

That's neat, @lalilaloe - I've updated the README to point to your project.

I noticed that your README states "Linux" with respect to ttab, but please note that it was primarily created for macOS, where it offers the most functionality; Linux support - for the GNOME terminal only - came later, and has limitations.