{"id":15311801,"url":"https://github.com/aslemammad/xmoji","last_synced_at":"2025-04-15T01:10:32.637Z","repository":{"id":37187909,"uuid":"274854130","full_name":"Aslemammad/Xmoji","owner":"Aslemammad","description":"An emoji picker for your OS. Be happy with :)","archived":false,"fork":false,"pushed_at":"2023-10-05T19:44:29.000Z","size":4862,"stargazers_count":26,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T11:22:26.414Z","etag":null,"topics":["electron","emoji","js"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aslemammad.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-06-25T07:25:50.000Z","updated_at":"2024-11-07T14:05:20.000Z","dependencies_parsed_at":"2023-01-21T04:48:45.727Z","dependency_job_id":"6618ca7c-7e92-43bc-98a0-ddf0ea240dd2","html_url":"https://github.com/Aslemammad/Xmoji","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"5a58d631271542ee76feb4e3868276fb30f6daa6"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aslemammad%2FXmoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aslemammad%2FXmoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aslemammad%2FXmoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aslemammad%2FXmoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aslemammad","download_url":"https://codeload.github.com/Aslemammad/Xmoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986312,"owners_count":21194025,"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":["electron","emoji","js"],"created_at":"2024-10-01T08:34:36.136Z","updated_at":"2025-04-15T01:10:32.603Z","avatar_url":"https://github.com/Aslemammad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cbr\u003e\u003cb\u003eXmoji\u003c/b\u003e is a customizable Cross-Platform\u003cbr\u003eemoji picker for your OS like emoji panel in MacOS.\n\n\u003cbr\u003e\n\n\u003cbr\u003e\u003cbr\u003e\u003cimg width=\"100%\" alt=\"picker\" src=\"https://github.com/Aslemammad/Xmoji/blob/master/github.png?raw=true\"\u003e\n\u003ci\u003eInspired by \u003ca title=\"Team email, team chat, team tasks, one app\" href=\"https://github.com/missive/emoji-mart\"\u003eEmoji mart\u003c/a\u003e React component\u003c/i\u003e\n\n\u003c/div\u003e\n\n😮❗Select one or multiple emojis, then you'll find out they are automatically in your clipboard.\n\n## Installation\n\n  \n\n```bash\ngit clone https://github.com/Aslemammad/Xmoji\n```\n\n  \n\n## Build\n\nfirst You need to install the npm packages, but we need the dependencies of robot js, So check \u003ca href=\"https://robotjs.io/docs/building\"\u003ehere\u003c/a\u003e, then:\n\n```bash\nnpm install .\n```\n\n\nWe need to \u003ca href=\"https://robotjs.io/docs/electron\"\u003erebuild robotjs\u003c/a\u003e :\u003cbr\u003e\n\n  \n\n```bash\nnpm rebuild --runtime=electron --target=9.0.5 --disturl=https://atom.io/download/atom-shell --abi=83\n```\n\n\u003cbr\u003e\n\n**Note:**  the \u003ci\u003etarget\u003c/i\u003e is the electron version that we use, and the abi is the abi version of the node we have,I have node 14.0.0 so we have \u003ci\u003eabi=83\u003c/i\u003e .\nif You need another node version, You can see the\n\u003ca href='https://github.com/mapbox/node-pre-gyp/blob/master/lib/util/abi_crosswalk.json'\u003eAbi\u003c/a\u003e versions here.\u003cbr\u003e\n\nThe next step is building our project, so: \u003cbr\u003e\n\n  \n\n```bash\nnpm run full-build\n```\nThen run the project and mark the \u003ci\u003eAdd to startup\u003c/i\u003e option.\n```bash\nnpm run run\n```\n🎉Congratulations, You have emoji picker in your OS. Just enter Shortcut \u003ci\u003eControl + Win(Command) + Space\u003c/i\u003e\n\n  \n\n**Tip:** Someday if you built the project with \u003ci\u003eelectron builder\u003c/i\u003e or \u003ci\u003eelectron packager\u003c/i\u003e, You should unmark the \u003ci\u003eAdd to startup\u003c/i\u003e option, and Then add the executable file to your startup.\n\n  \n\n## Development\n\nIf you want to start the project as dev:\u003cbr\u003e\n\n  \n\n```bash\nnpm run dev\n```\n\n  \n\n  \n\n  \n\n## 🎩 Tools\n\n  \n\n* React\n\n* Electron\n\n* Emoji Mart\n\n* ...\n\n  \n\n## ❤️ Thanks\n\nSpecial thanks for contributing and using this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faslemammad%2Fxmoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faslemammad%2Fxmoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faslemammad%2Fxmoji/lists"}