Also yeah this one uses PowerShell :D

  • nyxOPA
    link
    fedilink
    arrow-up
    10
    ·
    2 months ago

    it works well, is fast, and a powershell script this one makes can work on Windows pretty easily

    • rtxn@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      2 months ago

      You’ve just triggered my fight or flight reflex. Three years ago I spent about three months writing an entire .NET/WPF application with nothing but Powershell and XAML. Having access to .NET was nice… but the shell was trying to be too many things at once and the mix of method calls, programs, and cmdlets was infuriating.

      I’ll never forgive them for aliasing curl to Invoke-WebRequest instead of the real curl.exe.

      • The_Decryptor@aussie.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        I’ll never forgive them for aliasing curl to Invoke-WebRequest instead of the real curl.exe.

        At least they walked that one back, by just shipping curl with Windows.

        • rtxn@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          They did in version 7, but not in version 5, and even Windows 11 only bundles 5. All the bullshit aliases are still there.

          • The_Decryptor@aussie.zone
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 months ago

            True, they removed the aliases in Core, but left them alone in the bundled version since much like base cmd they’re not updating it anymore.