{"id":13722489,"url":"https://github.com/bmwant/podmena","last_synced_at":"2025-07-29T02:32:45.759Z","repository":{"id":57453870,"uuid":"128072071","full_name":"bmwant/podmena","owner":"bmwant","description":"Automatically add emoji to your git commit messages.","archived":false,"fork":false,"pushed_at":"2022-03-07T09:37:30.000Z","size":258,"stargazers_count":62,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-20T14:05:14.823Z","etag":null,"topics":["cli","commit","emoji","fun","git","github","hooks","python","python3","script","unicode"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bmwant.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-04T14:13:41.000Z","updated_at":"2024-01-29T22:10:17.000Z","dependencies_parsed_at":"2022-08-29T10:41:24.866Z","dependency_job_id":null,"html_url":"https://github.com/bmwant/podmena","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmwant%2Fpodmena","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmwant%2Fpodmena/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmwant%2Fpodmena/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmwant%2Fpodmena/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmwant","download_url":"https://codeload.github.com/bmwant/podmena/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227951735,"owners_count":17846343,"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":["cli","commit","emoji","fun","git","github","hooks","python","python3","script","unicode"],"created_at":"2024-08-03T01:01:29.457Z","updated_at":"2024-12-03T18:26:02.105Z","avatar_url":"https://github.com/bmwant.png","language":"Python","readme":"\u003ch2 align=\"center\"\u003epodmena\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/bmwant/podmena/actions\"\u003e\n    \u003cimg alt=\"Checks\" src=\"https://github.com/bmwant/podmena/actions/workflows/tests.yml/badge.svg\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://pypi.org/project/podmena/\"\u003e\n    \u003cimg alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/podmena\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/psf/black\"\u003e\n    \u003cimg alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nEnhance your commit messages with emoji 🍒\n\u003c/p\u003e\n\npodmena will automatically add random emoji to every commit message for any\ngit repository installed for.\n\n![emoji](https://github.com/bmwant/podmena/raw/main/podmena.png)\n\n**868** items in database so far!\n\nCredits go to [WebFX](https://www.webfx.com/tools/emoji-cheat-sheet/) for list of emoji!\n\n### Installation\n\n```bash\n$ pip install podmena\n```\n\n* Activate for current git repository\n\n```bash\n$ podmena add local\n```\n\nYou can also replace `add` with a different alias\n\n`activate` / `enable` / `install` / `on`\n\ne.g. `podmena enable local`\n\n* Activate globally for all repositories (works with git `2.9.1` and above)\n\n```bash\n$ git --version\n$ podmena add global  # Aliases work here as well\n```\n\n* Deactivate it\n```bash\n$ podmena rm local\n$ podmena rm global\n```\n\nYou can replace `rm` with any of these available aliases\n\n`remove` / `delete` / `deactivate` / `disable` / `off` / `uninstall`\n\ne.g. `podmena deactivate local`\n\n* Check current status if you not sure\n\n```bash\n$ podmena status\n```\n\n* And finally `podmena --version` and `podmena --help` in case you need more\ndetails.\n\n\u003e **NOTE:** uninstalling globally will not remove hooks from repositories where\nit was installed locally. You need to switch to that directory manually and uninstall it locally as well.\n\n### Preview\n\nSee [PREVIEW.md](https://github.com/bmwant/podmena/blob/main/PREVIEW.md) for the full list of icons in the database and to check how GitHub renders them.\n### Contribute\n\nSee [DEVELOP.md](https://github.com/bmwant/podmena/blob/main/DEVELOP.md) to setup your local development environment and feel free to create a pull request with a new feature.\n\n### Releases\n\nSee [CHANGELOG.md](https://github.com/bmwant/podmena/blob/main/CHANGELOG.md) for the new features included within each release.\n\n### See also\n\n* [GitHooks](https://githooks.com/)\n* [Atlassian tutorial for git hooks](https://www.atlassian.com/git/tutorials/git-hooks)\nThanks [@kakovskyi](https://github.com/kakovskyi) working for Atlassian!\n* It's a wrong place to search if you are looking for 🍋 lemonparty.fun 🍋 club\n\n### Say thanks!\n\n🐶 `D7DA74qzZUyh9cctCxWovPTEovUSjGzL2S` this is [Dogecoin](https://dogecoin.com/) wallet to support the project.\n\n🇺🇦 We would also thank the Armed Forces of Ukraine for providing security to perform this work. This work has become possible only because of resilience and courage of the Ukrainian Army.\n","funding_links":[],"categories":["Projects"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmwant%2Fpodmena","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmwant%2Fpodmena","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmwant%2Fpodmena/lists"}