• webghost0101@sopuli.xyz
    38·
    1 month ago

    Psa: the reason Microsoft makes these tools linux friendly is because the know thats where the developers are at and they want them to stay familiar with their tools.

    It also lowers the amount of fuss developers make when work forced them to use powershell etc because at least they can remote control and script from linux.

    • vermaterc@lemmy.mlOP
      1312·
      1 month ago

      As long as they are free and open source, I don’t care.

  • Fargeol@lemmy.world
    332·
    1 month ago

    Well, it’s made by Microsoft so I would stay away from it, even if it’s FOSS, it’s still entitled to enshitification, so…

    sees that it’s made with Rust

    I’ll probably use it on a daily basis!

    • NotProLemmy@lemmy.ml
      5·
      1 month ago

      You may try this:

      firejail --net=none microsoftedit somecode.idk

  • ter_maxima@jlai.lu
    152·
    1 month ago

    I don’t like M$, but this is my new number one recommendation for new programmers. It gets them to stay within the command line, while having the normal shortcuts they’re used to from using a computer already.

    I love Vim, but it’s a chore to learn when you’re also learning programming on top. Emacs is even worse, it tricks you by being a non-modal GUI, but your keyboard shortcuts all do something new and slightly insane now.

      • ter_maxima@jlai.lu
        2·
        1 month ago

        Does Micro have normal keyboard shortcuts instead of the weird ones from nano ?

        • XXIC3CXSTL3Z@lemmy.ml
          1·
          1 month ago

          yeah as a nano main micro is much different in keybinds I’d recommend to anyone who used nano beforehand

  • SavvyWolf@pawb.socialEnglish
    131·
    1 month ago

    … Surprised it took them this long to get a tui editor in Windows. I would have assumed they had at least something somewhere.

  • redlemace@lemmy.world
    12·
    1 month ago

    install snap to run MS edit … more likely I’d install ms-dos 3.22 and run the original edit in there.

    • Axum@lemmy.blahaj.zone
      231·
      1 month ago

      There is legitimately no reason to use snap for this.

      Especially when this utility is a single fucking 217 KILOBYTE standalone binary.

      Just download it from github and toss it in ~/.local/share/bin

  • yesman@lemmy.world
    61·
    1 month ago

    I’m trying to imagine the user that both needs a text editor in the command line, yet is uncomfortable outside a gui.

    I write scripts all day, but closing a program without clicking the little ‘x’ is scary and weird.

  • Chris@feddit.ukEnglish
    2·
    1 month ago

    I’ve just given this a quick try in Windows (sorry, didn’t want to infect Linux with MS stuff) and… it’s pretty good.

    I might install it in Linux although I’ll probably still use nano.