• @[email protected]
      link
      fedilink
      611 year ago

      Yes, yes you can.

      Also, WSL and windows terminal go a very long way in making windows actually usable…

      • @[email protected]
        link
        fedilink
        531 year ago

        “Usable” is a strong statement… It went from a “misery inducing insufferable machine” to a “extremely big annoyance”. I do concede it is anyway a progress

        • sj_zero
          link
          fedilink
          21 year ago

          You damn spoiled kids with your blue jeans and your rock and roll music and your auto complete!

          • Carlos Solís
            link
            fedilink
            71 year ago

            You can still use winget by itself from the command line! The UI is just there for convenience and automation

            • @[email protected]
              link
              fedilink
              121 year ago

              The UI is just there for … automation

              Wut?

              I’ve never gone to a UI when I want to automate something, a sane CLI is much more predictable and consistent.

              • Carlos Solís
                link
                fedilink
                41 year ago

                Winget-UI specifically can run the upgrade tool automatically for you, that’s what I meant for “automation”. You could also add a scheduler to run Winget by itself every day if you need to.

      • @[email protected]
        link
        fedilink
        61 year ago

        I really want to love the “everything is an object” of power shell but I just have zero uses for using a shell on windows. Granted, my windows usage is like 15 minutes a week most of the time, but still. I also can’t be bothered to use it for work because it’s exclusively Linux/linux-ish over there so it’s not worth bothering.

        Either way, I like the idea, can’t really justify figuring out the details.

        • @[email protected]
          link
          fedilink
          41 year ago

          If you only have to use it 15 minutes every week it’s probably not worth getting to know.

          I work in a Windows shop, so I love everything being an object, most of the time. At least for the things that are worked out completely.

          It’s great for things you need to iterate or just for figuring out what you can do by piping a result to get-member. If you are interested in getting better at powershell at some point, I highly recommend Powershell in a month of lunches. (Also because I like Manning’s model where they automatically offer the digital versions of books they sell, and also offering free previews of the entire book, given enough time)

        • @[email protected]
          link
          fedilink
          21 year ago

          “But PS is open source ! Don’t you want to use it in Linux and MacOS?” - Microsoft probably

          • @[email protected]
            link
            fedilink
            English
            11 year ago

            It’s a wonderful tool for me in a Windows environment/shop, especially with how it works well with all the Windows and Microsoft administration systems/tools we use.

            Personally, I’m less interested in any language’s hypothetical merits than how it fits as a tool for what I need to accomplish and ease of future maintenance when the script/program/automation inevitably needs to be adjusted.

            All that said, I can’t think of a legitimate reason to use PSCore on non-Windows hardware unless you’re just really familiar with PS and literally nothing else. Even then you’re better off taking time learning a better tool for that environment.

            • @[email protected]
              link
              fedilink
              21 year ago

              That’s a very good point. My angle is as a dev and not as IT or sys admin. Power shell is probably far more powerful in those circles.

      • @[email protected]
        link
        fedilink
        361 year ago

        i’m often amazed at microsoft’s ability to take a useful product and make it agonizing to use

        • Butt Pirate
          link
          fedilink
          121 year ago

          Bash came out decades ago and powershell is brand new. It doesn’t really have an excuse to suck.

          • @[email protected]
            link
            fedilink
            61 year ago

            I hope I didn’t come across as defending ps. PS sucks and whoever decided to have functions use capital case with dashes in between needs to have their brain scanned

            • @[email protected]
              link
              fedilink
              English
              3
              edit-2
              1 year ago

              I do a lot of work in PS and I don’t find it that bad. But you forgot what’s even dumber about their function naming conventions.

              Function names are supposed to be a single word verb, then the dash, then the rest. But not any verb, you’re supposed to use one from PS’s list of acceptable ones which has some really weird omissions. And they break their own single word verb convention with “acceptable verbs” ConvertTo and ConvertFrom (ConvertTo-SecureString, ConvertFrom-Json), which are the only exception to one word verbs before the dash.

              Function names are definitely one of my biggest peeves with it.

              Additionally, their basic comparison operators are dumb as hell. How is “-le” better or clearer in meaning that “<=”? -ne instead of !=, but == isn’t just -e, it’s -eq. And you can’t slap an n in front of other comparators for not, -nle isn’t a thing. You gotta wrap the whole comparison in parentheses and slap an ! on the front or slap -not in front. But don’t try to do !-le, because that’s also not a thing. It’s not terrible but I refuse to believe that -eq is more readable than ==

              • @[email protected]
                link
                fedilink
                21 year ago

                Functionally speaking, PS is a really good shell language. Its minor things about it that I dont enjoy. As you said, it feels like the language design has some poor decisions.

    • Halafax
      link
      fedilink
      131 year ago

      If you can suppress 30 years of " -al" from following his buddy.