Skip to content

Add Zed support for editor detection#2200

Merged
CarterLi merged 1 commit intofastfetch-cli:devfrom
Alxhr0:dev
Feb 25, 2026
Merged

Add Zed support for editor detection#2200
CarterLi merged 1 commit intofastfetch-cli:devfrom
Alxhr0:dev

Conversation

@Alxhr0
Copy link
Contributor

@Alxhr0 Alxhr0 commented Feb 24, 2026

Summary

Zed support for the editor module

Changes

  • Zed detection in the editor module

Checklist

  • I have tested my changes locally.

@CarterLi CarterLi merged commit 3cc2190 into fastfetch-cli:dev Feb 25, 2026
25 checks passed
ffStrbufEqualS(&result->exe, "pluma") ||
ffStrbufEqualS(&result->exe, "sublime_text")
ffStrbufEqualS(&result->exe, "sublime_text") ||
ffStrbufEqualS(&result->exe, "zeditor")
Copy link
Member

Choose a reason for hiding this comment

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

Why is it called zeditor instead of zed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's the binary name in the package on Arch, seems to also be the case on NixOS

Maybe some distro's do call it zed-editor, but I haven't seen one do that yet

Copy link
Member

Choose a reason for hiding this comment

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

On macOS, it's just called zed. Hence the question.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I see

I'm at school so I can't really add "zed" to the code, sorry about that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants