• 学习资源
  • 微软经典 EDIT 软件 介绍和Linux安装方法

简约需求,轻松编辑。

这款编辑器致敬经典的MS-DOS编辑器,同时采用现代化界面和类似VS Code的输入控制。其目标是打造一个易于上手的编辑工具,即使对终端操作不甚熟悉的用户也能轻松使用。

https://github.com/microsoft/edit

A simple editor for simple needs.

  • This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use.

Linux 安装命令

wget https://github.com/microsoft/edit/releases/download/v1.1.0/edit-1.1.0-x86_64-linux-gnu.tar.zst

tar xf edit-1.1.0-x86_64-linux-gnu.tar.zst

cp edit /usr/bin/
14 天 后

谢谢分享!