Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions assets/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: msedit
base: core24
version: '1.2.1'
summary: Edit is an MS-DOS inspired text editor from Microsoft
description: |
Edit pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. Learn more at https://github.com/microsoft/edit

Disclaimer: This is an unofficial Snap and it is not endorsed by nor affiliated officially with Microsoft Corporation.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be deleted?🤣


grade: stable
confinement: strict

apps:
msedit:
command: bin/edit
plugs:
- home

parts:
edit:
source: https://github.com/microsoft/edit.git
source-type: git
plugin: rust
build-packages:
- build-essential
Loading