{"id":15007151,"url":"https://github.com/sonnyp/commit","last_synced_at":"2025-04-04T13:11:21.888Z","repository":{"id":38442924,"uuid":"196393176","full_name":"sonnyp/Commit","owner":"sonnyp","description":"Commit message editor","archived":false,"fork":false,"pushed_at":"2025-04-02T19:57:46.000Z","size":3457,"stargazers_count":138,"open_issues_count":15,"forks_count":28,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-04T12:58:05.884Z","etag":null,"topics":["desktop","flatpak","git","gjs","gnome","gnome-circle","gtk","gtksourceview","hg","libspelling","linux","linux-app","mercurial","scm"],"latest_commit_sha":null,"homepage":"https://apps.gnome.org/Commit/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sonnyp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"sonnyp","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-07-11T12:47:15.000Z","updated_at":"2025-03-29T21:34:01.000Z","dependencies_parsed_at":"2024-02-15T13:25:34.210Z","dependency_job_id":"827a74eb-5b81-4752-952e-9e3ecdc282f5","html_url":"https://github.com/sonnyp/Commit","commit_stats":{"total_commits":405,"total_committers":34,"mean_commits":"11.911764705882353","dds":0.5209876543209877,"last_synced_commit":"f97bb1f2ecd821ea5512ccefa155a11d02459adf"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FCommit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FCommit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FCommit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FCommit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonnyp","download_url":"https://codeload.github.com/sonnyp/Commit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247182400,"owners_count":20897381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop","flatpak","git","gjs","gnome","gnome-circle","gtk","gtksourceview","hg","libspelling","linux","linux-app","mercurial","scm"],"created_at":"2024-09-24T19:04:38.488Z","updated_at":"2025-04-04T13:11:21.865Z","avatar_url":"https://github.com/sonnyp.png","language":"JavaScript","funding_links":["https://ko-fi.com/sonnyp"],"categories":[],"sub_categories":[],"readme":"\u003cimg style=\"vertical-align: middle;\" src=\"data/icons/re.sonny.Commit.svg\" width=\"120\" height=\"120\" align=\"left\"\u003e\n\n# Commit\n\nCommit is an editor that helps you write better Git and Mercurial commit messages.\u003cimg style=\"vertical-align: middle;\" src=\"data/icons/re.sonny.Commit-symbolic.svg\" width=\"16\" height=\"16\"\u003e\n\n![screenshot](data/screenshots/editor.png)\n\nhttps://apps.gnome.org/Commit\n\n\u003ca href='https://flathub.org/apps/details/re.sonny.Commit'\u003e\u003cimg alt='Download on Flathub' src='https://flathub.org/api/badge?svg\u0026locale=en'/\u003e\u003c/a\u003e\n\n## Installation\n\n[Setup flatpak](https://flatpak.org/setup/) then\n\n```sh\nflatpak install re.sonny.Commit\nflatpak run re.sonny.Commit # Follow instructions\n```\n\n## Tips and trick\n\n### Emojis\n\nright-click ➞ Insert Emoji or use the shortcut _Ctrl+._ 🎉️\nThe Emoji picker works in any GNOME app 👣️\n\n### Open Commit in the center of the screen\n\nOn GNOME you can make all new windows open in the center using\n\n```sh\ngsettings set org.gnome.mutter center-new-windows true\n```\n\nSee https://gitlab.gnome.org/GNOME/mutter/-/issues/246\n\nor set and use the move-to-center keybinding\n\n```sh\ngsettings set org.gnome.desktop.wm.keybindings move-to-center \"['\u003cSuper\u003e\u003cControl\u003e\u003cShift\u003eSpace']\"\n```\n\n### Toolbx container\n\nIf you use git from a [Toolbx](https://containertoolbx.org/) container, simply install `flatpak` in that container and `git commit` will be able to lunch Commit from your host.\n\n\u003c!--\n\n## Translation\n\nIf you'd like to help translating Commit into your language, please head over to [Weblate](https://hosted.weblate.org/engage/commit/).\n\n\u003ca href=\"https://hosted.weblate.org/engage/commit/\"\u003e\n  \u003cimg src=\"https://hosted.weblate.org/widgets/commit/-/commit/multi-auto.svg\" alt=\"Translation status\" /\u003e\n\u003c/a\u003e\n\nThank you for your help!\n\n--\u003e\n\n## Development\n\n```sh\ncd Commit\ngit submodule update --init --recursive\n./src/local.js --readonly test/fixtures/with-body/COMMIT_EDITMSG\n```\n\nMake changes and hit `Ctrl+Shift+Q` on the Commit window to restart it.\n\nTo pass the tests you have to install a few dependencies\n\n```\n# Install development dependencies\nsudo dnf install --assumeyes npm flatpak make desktop-file-utils gjs gtk4-devel libadwaita\nnpm install\nflatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\nflatpak install --user --assumeyes --noninteractive flathub org.freedesktop.appstream-glib\n\n# Run tests\nmake test\n```\n\nFlathub builds https://flathub.org/builds/#/apps/re.sonny.Commit\n\n## Maintainer\n\n\u003cdetails\u003e\n\n  \u003csummary\u003ei18n\u003c/summary\u003e\n\n```sh\n# To update the pot file\n# xgettext -f po/POTFILES -o po/re.sonny.Commit.pot --no-wrap -cTRANSLATORS --from-code=UTF-8\n# sed -i \"s/Project-Id-Version: PACKAGE VERSION/Project-Id-Version: re.sonny.Commit/\" po/re.sonny.Commit.pot\nmeson compile re.sonny.Commit-pot -C _build\n\n\n# To create a translation\n# msginit -i po/re.sonny.Commit.pot -o po/fr.po -l fr_FR.UTF-8\necho -n \" fr\" \u003e\u003e po/LINGUAS\nmeson compile re.sonny.Commit-update-po -C _build\n\n# To update translations\n# msgmerge -U po/*.po po/re.sonny.Commit.pot\nmeson compile re.sonny.Commit-update-po -C _build\n```\n\nSee https://github.com/sonnyp/Commit/pull/14#issuecomment-894070878\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003ePublish new version\u003c/summary\u003e\n\n- `meson compile re.sonny.Commit-update-po -C _build`\n- Update version in `meson.build`\n- git tag\n- flathub\n\n\u003c/details\u003e\n\n## Building\n\n\u003cdetails\u003e\n  \u003csummary\u003ehost\u003c/summary\u003e\n\n```sh\ncd Commit\nmeson --prefix $PWD/install build\nninja -C build install\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eFlatpak\u003c/summary\u003e\n\nUse [GNOME Builder](https://wiki.gnome.org/Apps/Builder) or\n\n```sh\ncd Commit\nflatpak-builder --user --force-clean --repo=repo --install-deps-from=flathub flatpak re.sonny.Commit.json\nflatpak --user remote-add --no-gpg-verify --if-not-exists Commit repo\nflatpak --user install --reinstall --assumeyes Commit re.sonny.Commit\n```\n\n\u003c/details\u003e\n\n## Credits\n\nCommit is a fork of [Gnomit](https://github.com/small-tech/gnomit/) wich was inspired by [Komet](https://github.com/zorgiepoo/Komet).\n\nMany thanks to its original author [Aral Balkan](https://ar.al) of [Small Technology Foundation](https://small-tech.org).\n\n### Contributors\n\n- [Aral Balkan](https://ar.al)\n- [Sergey Bugaev](https://floss.social/@bugaevc)\n- [Sonny Piers](https://github.com/sonnyp)\n- [Tobias Bernard](https://tobiasbernard.com/)\n- [Christopher Davis](https://social.libre.fi/brainblasted)\n\n## Copyright\n\n- © 2020-2025 [Sonny Piers](https://github.com/sonnyp)\n- © 2018-2020 [Aral Balkan](https://ar.al), [Small Technology Foundation](https://small-tech.org)\n\n## License\n\nGPLv3 or later. Please see [COPYING](COPYING) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonnyp%2Fcommit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonnyp%2Fcommit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonnyp%2Fcommit/lists"}