mackup
mackup copied to clipboard
Adds support for Helix editor
All submissions
- [x] I have followed the Contributing Guidelines
- [x] I have checked to ensure there aren't other open Pull Requests for the same update/change
Adding/updating Application X Support
- [x] This PR is only for one application
- [x] It has been added to the list of supported applications in the README
- [x] Changes have been added to the WIP section of the CHANGELOG
- [x] Syncing does not break the application
- [x] Syncing does not compete with any syncing functionality internal to the application
- [x] The configuration syncs the minimal set of data
- [x] No file specific to the local workstation is synced
- [x] No sensitive data is synced
Improving the Mackup codebase
- [x] My submission passes the tests
- [x] I have linted the code locally prior to submission
- [x] I have written new tests as applicable
- [x] I have added an explanation of what the changes do
Helix editor https://helix-editor.com/
Hi there,
Does it matter in any way that the command itself is invoked by calling 'hx'?
Hi there,
Does it matter in any way that the command itself is invoked by calling 'hx'?
I don't think so but for consistency lower case for terminal apps seems reasonable.
@krueschi done 👍