{"id":16194414,"url":"https://github.com/muniftanjim/rofunicode","last_synced_at":"2026-04-29T01:34:01.242Z","repository":{"id":40724411,"uuid":"252997582","full_name":"MunifTanjim/rofunicode","owner":"MunifTanjim","description":"Unicode Character Picker for Rofi","archived":false,"fork":false,"pushed_at":"2022-10-05T06:59:44.000Z","size":147,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T15:52:52.459Z","etag":null,"topics":["bash","emoji","emoji-picker","rofi","unicode"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MunifTanjim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-04T12:59:04.000Z","updated_at":"2023-04-26T09:37:35.000Z","dependencies_parsed_at":"2023-01-19T06:16:04.847Z","dependency_job_id":null,"html_url":"https://github.com/MunifTanjim/rofunicode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MunifTanjim/rofunicode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Frofunicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Frofunicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Frofunicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Frofunicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MunifTanjim","download_url":"https://codeload.github.com/MunifTanjim/rofunicode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Frofunicode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","emoji","emoji-picker","rofi","unicode"],"created_at":"2024-10-10T08:19:16.633Z","updated_at":"2026-04-29T01:34:01.229Z","avatar_url":"https://github.com/MunifTanjim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rofunicode - Unicode Character Picker for Rofi\n\n## Installation\n\nJust download the `rofunicode.sh` script whereever you want and give it executable permission:\n\n```sh\ncurl --progress-bar https://raw.githubusercontent.com/MunifTanjim/rofunicode/main/bin/rofunicode.sh -o ~/.local/bin/rofunicode.sh\nchmod u+x ~/.local/bin/rofunicode.sh\n```\n\n**Dependencies**:\n\n- `rofi`\n- `bash`\n- `curl`\n- Unicode Characters supported Fonts\n\n## Configuration\n\nRofunicode configuration file is located at `~/.config/rofunicode/config.sh`:\n\n```sh\n#!/usr/bin/env sh\n\nexport ROFUNICODE_DATA_FILENAMES=\"emojis\"\nexport ROFUNICODE_PROMPT=\"Emoji\"\nexport ROFUNICODE_SKIN_TONE=\"dark\" # neutral/light/medium-light/medium/medium-dark/dark\n```\n\nRofunicode theme file is located at `~/.config/rofunicode/theme.rasi`:\n\n```rasi\nlistview {\n  cycle: true;\n  scrollbar: true;\n  columns: 10;\n  lines: 10;\n}\n```\n\nThe theme file is used for `rofi v1.7.x`.\n\n## Usage\n\nRun the `rofunicode.sh` script and do whatever you want with the picked unicode character.\n\n```sh\n~/.local/bin/rofunicode.sh | xsel -i --clipboard\n```\n\nRun the following command to clear cached data:\n\n```sh\n~/.local/bin/rofunicode.sh clear-cache\n```\n\n## Screenshot\n\n![Emoji Picker](screenshots/emoji-smile.png)\n\n## License\n\nLicensed under the MIT License. Check the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuniftanjim%2Frofunicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuniftanjim%2Frofunicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuniftanjim%2Frofunicode/lists"}