Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Helix and LSDelux in Development #3111

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 16 additions & 0 deletions config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@
"link": "https://www.aimp.ru/",
"winget": "AIMP.AIMP"
},
"lsDelux": {
"category": "Development",
"choco": "lsd",
"content": "LS Delux",
"description": "This project is a rewrite of GNU ls with lots of added features like colors, icons, tree-view, more formatting options etc. The project is heavily inspired by the super colorls project.",
"link": "https://github.com/lsd-rs/lsd",
"winget": "lsd-rs.lsd"
},
"helix": {
"category": "Development",
"choco": "helix",
"content": "A post-modern modal text editor.",
"description": "A post-modern modal text editor.",
"link": "https://helix-editor.com/",
"winget": "Helix.Helix"
},
"alacritty": {
"category": "Utilities",
"choco": "alacritty",
Expand Down