{"id":50765104,"url":"https://github.com/pshycodr/omniglyph","last_synced_at":"2026-06-11T13:01:39.141Z","repository":{"id":363116662,"uuid":"1246285336","full_name":"pshycodr/omniglyph","owner":"pshycodr","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-07T13:23:01.000Z","size":1427,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T15:13:15.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/pshycodr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T03:41:40.000Z","updated_at":"2026-06-07T13:47:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pshycodr/omniglyph","commit_stats":null,"previous_names":["pshycodr/omniglyph"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pshycodr/omniglyph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2Fomniglyph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2Fomniglyph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2Fomniglyph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2Fomniglyph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pshycodr","download_url":"https://codeload.github.com/pshycodr/omniglyph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2Fomniglyph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34199516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-06-11T13:01:36.540Z","updated_at":"2026-06-11T13:01:39.127Z","avatar_url":"https://github.com/pshycodr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/banner.png\" alt=\"Project Logo\" width=\"full\"\u003e\n\n### A fast emoji and Unicode symbol picker for Linux built with GTK4 and Python.\n\nBrowse, search, and copy emojis, symbols, emoticons, arrows, currency signs, mathematical symbols, and more from a lightweight overlay window.\n\n---\n\n[![GitHub stars](https://img.shields.io/github/stars/pshycodr/omniglyph?style=social)](https://github.com/pshycodr/omniglyph/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/pshycodr/omniglyph?style=social)](https://github.com/pshycodr/omniglyph/network/members)\n[![GitHub watchers](https://img.shields.io/github/watchers/pshycodr/omniglyph?style=social)](https://github.com/pshycodr/omniglyph/watchers)\n\n[![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-blue.svg)](LICENSE)\n[![Python](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/)\n[![GTK](https://img.shields.io/badge/GTK-4.0-green.svg)](https://www.gtk.org/)\n[![Libadwaita](https://img.shields.io/badge/Libadwaita-1.x-purple.svg)](https://gnome.pages.gitlab.gnome.org/libadwaita/)\n\n![OmniGlyph Demo](assets/demo.png)\n\n\u003c/div\u003e\n\n## Features\n\n* Fast emoji and Unicode symbol search\n* Search by name, keywords, aliases, and Unicode values\n* Sidebar navigation for multiple built-in collections\n  * Emojis\n  * Emoticons\n  * Arrows\n  * Mathematical symbols\n  * Currency symbols\n  * Special symbols\n  * Hieroglyphs\n* Category and subcategory browsing\n* Instant clipboard copy\n* Collection selection from the command line\n\n## Installation\n\n### Arch Linux\n\n```bash\nyay -S omniglyph\n```\n\nOR\n\n### Installer Script\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/pshycodr/omniglyph/main/scripts/install.sh | bash\n```\n\n## Launch\n\n```bash\nomniglyph\n```\n\n### Open a Specific Collection\n\n```bash\nomniglyph --emoji\nomniglyph --emoticons\nomniglyph --arrows\nomniglyph --math\nomniglyph --currency\nomniglyph --special\nomniglyph --hieroglyphs\n```\n\n## Building from Source\n\n### Clone Repository\n\n```bash\ngit clone https://github.com/pshycodr/omniglyph.git\ncd omniglyph\n```\n\n### Install Dependencies\n\n```bash\nuv sync\n```\n\n### Run Development Version\n\n```bash\nuv run glyph/main.py\n```\n\n## Build Release Binary\n\n```bash\nsource .venv/bin/activate\n./scripts/build.sh\n```\n\nOutput:\n\n```text\nout/omniglyph.bin\n```\n\n## Requirements\n\n* Python 3.13+\n* GTK4\n* Libadwaita\n* uv\n* PyGObject\n* Nuitka\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.\n\n## License\n\nThis project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for details.\n\n## Credits\n\nBuilt by [pshycodr](https://github.com/pshycodr)\n\n## Show Your Support\n\nIf you found this project useful, consider giving it a star ⭐\n\n[![Star this repo](https://img.shields.io/github/stars/pshycodr/omniglyph?style=social)](https://github.com/pshycodr/omniglyph)\n\nFound a bug or have a feature request? Open an issue on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshycodr%2Fomniglyph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpshycodr%2Fomniglyph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshycodr%2Fomniglyph/lists"}