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

Adds support for Helix editor #2011

Open
wants to merge 1,731 commits into
base: status
Choose a base branch
from
Open

Adds support for Helix editor #2011

wants to merge 1,731 commits into from

Conversation

xtrasmal
Copy link

@xtrasmal xtrasmal commented Apr 6, 2024

All submissions

Adding/updating Application X Support

  • This PR is only for one application
  • It has been added to the list of supported applications in the README
  • Changes have been added to the WIP section of the CHANGELOG
  • Syncing does not break the application
  • Syncing does not compete with any syncing functionality internal to the application
  • The configuration syncs the minimal set of data
  • No file specific to the local workstation is synced
  • No sensitive data is synced

Improving the Mackup codebase

  • My submission passes the tests
  • I have linted the code locally prior to submission
  • I have written new tests as applicable
  • I have added an explanation of what the changes do

ameyuuno and others added 30 commits September 16, 2020 14:15
* Add support for K9s and p10k

* Sort in Readme.md

* Update p10k.cfg

Co-authored-by: Laurent Raufaste <analogue@glop.org>
* Add draft support

https://draft.sh/

* Update readme and changelog
Quote from [aria2 documentation](https://aria2.github.io/manual/en/html/aria2c.html#aria2-conf):

> By default, aria2 checks whether the legacy path
> `$HOME/.aria2/aria2.conf` is present, otherwise it parses
> `$XDG_CONFIG_HOME/aria2/aria2.conf` as its configuration file.

Co-authored-by: Laurent Raufaste <analogue@glop.org>
* Add config files for IntelliJ IDEA.

* Add support for IntelliJ Ultimate Edition 2017.1

Co-authored-by: Ben Samuel <ben@samuel.net>
Co-authored-by: Laurent Raufaste <analogue@glop.org>
* Add lf application (Terminal file manager)

* Remove extra text from changelog

Co-authored-by: Laurent Raufaste <analogue@glop.org>
@xtrasmal
Copy link
Author

xtrasmal commented Apr 6, 2024

Helix editor
https://helix-editor.com/

Copy link

@krueschi krueschi left a comment

Choose a reason for hiding this comment

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

Looks good, but as helix is a command line editor I suggest writing the name with a lower "h" (not capitalized "H") in all appearances.

@xtrasmal
Copy link
Author

Hi there,

Does it matter in any way that the command itself is invoked by calling 'hx'?

@krueschi
Copy link

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.

@xtrasmal xtrasmal changed the base branch from master to status July 25, 2024 15:04
Changes name to lowercase
@xtrasmal
Copy link
Author

@krueschi done 👍

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.