Goodbye Vim? Say Hello to Microsoft's New Text Editor Written in Rust!
https://www.youtube.com/watch?v=75cMN80IUBM
It's Open Source. The video covers building Edit on Raspberry Pi.
Can Edit come preinstalled on RPi OS alongside nano, please?
-
- Posts: 14
- Joined: Fri Jan 22, 2021 6:46 am
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
MS don't want you renaming the binary, and Debian/Raspberry Pi OS already has a /usr/bin/edit
This editor is nothing like the MS-DOS 'edit'. If you want one that is, use tilde:
This editor is nothing like the MS-DOS 'edit'. If you want one that is, use tilde:
Code: Select all
sudo apt install tilde
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him
Pronouns: he/him
-
- Posts: 14
- Joined: Fri Jan 22, 2021 6:46 am
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
I put it in ~/.local/bin/
Then created a bash alias:
# Microsoft Edit
alias edit="/home/craig/.local/bin/edit"
Download link: https://github.com/microsoft/edit/releases
Then created a bash alias:
# Microsoft Edit
alias edit="/home/craig/.local/bin/edit"
Download link: https://github.com/microsoft/edit/releases
Raspberry PI 500 Pi OS Trixie Kernel: 6.12.47-v8 Ram: 8GB DE: XFCE
Debian - "The Universal OS - One OS to Rule Them ALL"
Debian - "The Universal OS - One OS to Rule Them ALL"
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
Pi 4B 1GB, Bookworm 32-bit.
It built, it worked, and in some respects is better than 'nano' I use on Pi and Windows, but I can't see it replacing 'nano' for me, and I would expect 'vim' users being even less enthused by it.
I can understand why Microsoft needs an in-house CLI editor they can deliver with Windows 11, having the same work on other platforms is great, choosing MIT Licensing is to be applauded, but I can't see it as being so useful I would want to see it pre-installed on a Pi.
Made available as an 'apt' package for Pi I would have no problem with.
It built, it worked, and in some respects is better than 'nano' I use on Pi and Windows, but I can't see it replacing 'nano' for me, and I would expect 'vim' users being even less enthused by it.
I can understand why Microsoft needs an in-house CLI editor they can deliver with Windows 11, having the same work on other platforms is great, choosing MIT Licensing is to be applauded, but I can't see it as being so useful I would want to see it pre-installed on a Pi.
Made available as an 'apt' package for Pi I would have no problem with.
-
- Posts: 14
- Joined: Fri Jan 22, 2021 6:46 am
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
It works! I put the edit file in my home directory, then I use: ~/editcraigevil wrote: ↑Wed Jun 25, 2025 2:35 pmI put it in ~/.local/bin/
Then created a bash alias:
# Microsoft Edit
alias edit="/home/craig/.local/bin/edit"
Download link: https://github.com/microsoft/edit/releases
Thank you so much.
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
Do you have a link to support that claim?
Would "msedit" work?
Technically speaking you can rename it to anything you like. Or use an alias or symlink. What matters is whether the code checks the filename or not. And, I guess, whether you're going to distribute the renamed file.
Knowledge, skills, & experience have value. If you expect to profit from someone's you should expect to pay for them.
All advice given is based on my experience. it worked for me, it may not work for you.
Need help? https://github.com/thagrol/Guides
All advice given is based on my experience. it worked for me, it may not work for you.
Need help? https://github.com/thagrol/Guides
-
- Posts: 14
- Joined: Fri Jan 22, 2021 6:46 am
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
https://github.com/microsoft/editthagrol wrote: ↑Wed Jun 25, 2025 5:24 pm
Do you have a link to support that claim?
Notes to Package Maintainers
Package Naming
The canonical executable name is "edit" and the alternative name is "msedit". We're aware of the potential conflict of "edit" with existing commands and recommend alternatively naming packages and executables "msedit". Names such as "ms-edit" should be avoided. Assigning an "edit" alias is recommended, if possible.
-
- Posts: 14
- Joined: Fri Jan 22, 2021 6:46 am
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
Official Linux executable name #341
https://github.com/microsoft/edit/discussions/341
What should be Edit's name on Linux?
msedit - 63%
https://github.com/microsoft/edit/discussions/341
What should be Edit's name on Linux?
msedit - 63%
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
bah, they didn't offer a qbasic option, the cowards ...
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him
Pronouns: he/him
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
Not needed! We have perfectly good editors already. 

Re: Microsoft Edit CLI editor, preinstalled alongside nano?
You mean emacs, right?
Oh no, not again.
Re: Microsoft Edit CLI editor, preinstalled alongside nano?
I think they mean PTE
https://www.bbc.co.uk/ahistoryoftheworl ... mpQScdazxQ
(At least some here...)