termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

DONOTMERGE: addpkg(main): powershell

Open truboxl opened this issue 1 year ago • 2 comments

Close #1729

truboxl avatar Jun 05 '24 05:06 truboxl

Unlikely to merge in the short term until issues are fixed (more to come):

  • [ ] PSReadLine is broken. Suggest to manually remove the module $PREFIX/lib/powershell/Modules/PSReadLine if the error is annoying
  • [ ] Duplicated input key outputs
  • [ ] Tab key, up down keys not working? They are definitely recognized using pwsh -Command "[console]::ReadKey()"

truboxl avatar Jun 05 '24 05:06 truboxl

PSReadLine is broken.

This may be related to dotnet/runtime#50931. Since that PR System.Console is marked as unsupported on Android but PSReadline uses it.

By the way, System.IO.Ports's support for Android is added in dotnet/runtime#95749.

licy183 avatar Jul 31 '24 15:07 licy183

  • With #22792 merged, what's the status on this?

TomJo2000 avatar Jan 19 '25 11:01 TomJo2000

Hope this PR get merged... I need them for at least running my pwsh scripts cross platform. We have come so far yet 1 step away from Nirvana.

groutoutlook avatar Mar 22 '25 18:03 groutoutlook

Hope this PR get merged... I need them for at least running my pwsh scripts cross platform. We have come so far yet 1 step away from Nirvana.

Absolutely agree. This PR is so close to unlocking proper pwsh support across environments. Let’s hope the remaining issues get resolved soon—it would open up a whole new level of cross-platform scripting.

rc-chuah avatar Jun 16 '25 15:06 rc-chuah