{"id":13515679,"url":"https://github.com/ueberdosis/glyphfinder","last_synced_at":"2025-03-31T05:30:44.425Z","repository":{"id":37187740,"uuid":"279345933","full_name":"ueberdosis/glyphfinder","owner":"ueberdosis","description":"Unicode character search for macOS \u0026 Windows.","archived":true,"fork":false,"pushed_at":"2022-10-06T09:00:16.000Z","size":9210,"stargazers_count":136,"open_issues_count":24,"forks_count":21,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-26T07:49:22.776Z","etag":null,"topics":["electron","macos","unicode","unicode-character-search","windows"],"latest_commit_sha":null,"homepage":"https://www.glyphfinder.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ueberdosis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-13T15:48:00.000Z","updated_at":"2025-01-14T16:51:13.000Z","dependencies_parsed_at":"2023-01-19T11:04:01.630Z","dependency_job_id":null,"html_url":"https://github.com/ueberdosis/glyphfinder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Fglyphfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Fglyphfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Fglyphfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueberdosis%2Fglyphfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ueberdosis","download_url":"https://codeload.github.com/ueberdosis/glyphfinder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246423527,"owners_count":20774795,"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","macos","unicode","unicode-character-search","windows"],"created_at":"2024-08-01T05:01:14.730Z","updated_at":"2025-03-31T05:30:41.420Z","avatar_url":"https://github.com/ueberdosis.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ueberdosis"],"categories":["JavaScript","Apps"],"sub_categories":["Open Source"],"readme":"### ⚠️ This project is discontinued. Feel free to fork it!\n\n# Glyphfinder\n\n[![Sponsor](https://img.shields.io/static/v1?label=Sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub)](https://github.com/sponsors/ueberdosis)\n\nUnicode character search for macOS \u0026 Windows.\n\n\u003cimg width=\"452\" alt=\"VMhqvQhFOy\" src=\"https://user-images.githubusercontent.com/2500670/87650646-40679f80-c752-11ea-9c21-e65f1b0097a9.png\"\u003e\n\n## Features\n\n* 34,306 characters \u0026 emojis tagged with words, categories, look-alikes and colors\n* Keyboard shortcuts for your keyboard layout\n* HTML entity (if available)\n* Most frequently used glyphs pinned to the top\n* Works offline\n* Dark mode \u0026 Light mode\n* macOS \u0026 Windows\n\n## Using Glyphfinder\n\nThough the code is open source, we ask you to buy a license to actually use Glyphfinder. Your money will help us to put more time into our open source work. ✌️\n\n* 🤑 Buy a license here: https://www.glyphfinder.com ($6.99)\n* 💝 Sponsor our work: https://github.com/sponsors/ueberdosis\n* 📚️ Or [subscribe to SetApp](https://go.setapp.com/stp268?refAppID=388\u0026utm_medium=available_on_setapp_button\u0026utm_source=388\u0026utm_campaign=https://github.com/ueberdosis/glyphfinder) (referral link) and get a ton of apps, including Glyphfinder\n\n## Contribution\n\nContribution is very welcome! Feel free to open an issue for bug reports, add new tags to the spreadsheet or even open a PR.\n\n### Suggest new tags\n\nGlyphfinder searches through 34.306 characters, the file containing the full list of characters including all tags is too big for GitHub (more than 200 MB). Google Spreadsheet can handle this huge data set very well. If you want to suggest new tags, feel free to add them here: https://docs.google.com/spreadsheets/d/1Xdlg_pR3jSlTunmcmgZI70ZAQu7N4yoJFcL4Ssn6uJI/edit#gid=1187968163\n\n#### Project setup\n\nFeel free to clone the project and fiddle around with our code. You need Node and Yarn, and — that’s special for this project – need to generate the list of characters from a Google Spreadsheet.\n\n```\nyarn install\nyarn generate\n```\n\n#### Run the development build\n\nTo start the development version of the app run the start script. The app will open and you’ll be able to use it right-away. Changes to the code will be hot loaded.\n\n```\nyarn start\n```\n\n#### Lint and fix files\n\nIf you plan to send a PR with changes, run the lint process to fix code style issues:\n\n```\nyarn lint\n```\n\n## Builds\n\nDon’t try to build the app, you won’t be able to code sign and/or notarize the app without a developer certificate. We’re running the build process manually and publish new versions on the website: https://www.glyphfinder.com\n\n### Build the macOS version\n\nDon’t do this at home. It won’t work without all the certificates and credentials. Hopefully this is helpful to other app developers though.\n\n1. Bump version in /package.json\n2. Fill out the .env\n3. Install dependencies: `yarn install`\n4. Build the macOS version: `yarn run electron:build:mac`\n5. Put the notarized version in the Zip file: `yarn run fix:build:mac`\n6. Manually upload `Glyphfinder-*.dmg`, `Glyphfinder-*.dmg.blockmap`, `Glyphfinder-*.zip` and `latest-mac.yml` (find them in dist_electron) to the DigitalOcean space.\n7. Manually upload the `Glyphfinder-*.dmg` to Gumroad.\n8. Update the download links in `ueberdosis/glyphfinder-landingpage`.\n9. Respond to suggestions on https://feedback.glyphfinder.com.\n10. Tweet about the update. 🐤\n\n### New Release for SetApp\n\n1. Jump to the SetApp Node.js wrapper: `cd setapp-nodejs-wrapper`\n2. Install all dependencies: `yarn install`\n3. Build the Node.js wrapper: `yarn build`\n4. Jump back to the root folder: `cd ../`\n5. Actually build the SetApp version: `yarn setapp:build`\n6. Fix the Zip file: `yarn fix:build:mac`\n7. Manually upload `dist_electron/Glyphfinder-*.dmg` to SetApp (https://developer.setapp.com/).\n\n## Related projects\n\n* [ueberdosis/glyphfinder-landingpage](https://github.com/ueberdosis/glyphfinder-landingpage)\n* [ueberdosis/mouseless](https://github.com/ueberdosis/mouseless)\n* [ueberdosis/mouseless-landingpage](https://github.com/ueberdosis/mouseless-landingpage)\n* [ueberdosis/matter](https://github.com/ueberdosis/matter)\n* [ueberdosis/matter-landingpage](https://github.com/ueberdosis/matter-landingpage)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueberdosis%2Fglyphfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fueberdosis%2Fglyphfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueberdosis%2Fglyphfinder/lists"}