{"id":13541173,"url":"https://github.com/fdncred/nu_plugin_emoji","last_synced_at":"2025-03-21T22:32:12.924Z","repository":{"id":186225686,"uuid":"673983678","full_name":"fdncred/nu_plugin_emoji","owner":"fdncred","description":"A nushell plugin that makes finding and printing emojis easy in nushell","archived":false,"fork":false,"pushed_at":"2025-02-10T15:31:14.000Z","size":349,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T05:51:16.282Z","etag":null,"topics":["emoji","nushell","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fdncred.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-02T21:56:09.000Z","updated_at":"2025-02-10T15:30:47.000Z","dependencies_parsed_at":"2023-11-16T03:29:38.059Z","dependency_job_id":"10e903a7-fbbf-40b5-b762-c3176de6b074","html_url":"https://github.com/fdncred/nu_plugin_emoji","commit_stats":null,"previous_names":["fdncred/nu_plugin_emoji"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdncred%2Fnu_plugin_emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdncred%2Fnu_plugin_emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdncred%2Fnu_plugin_emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdncred%2Fnu_plugin_emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdncred","download_url":"https://codeload.github.com/fdncred/nu_plugin_emoji/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880451,"owners_count":20525507,"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":["emoji","nushell","rust"],"created_at":"2024-08-01T10:00:40.201Z","updated_at":"2025-03-21T22:32:12.558Z","avatar_url":"https://github.com/fdncred.png","language":"Rust","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# nu_plugin_emoji\n\nThis nushell plugin wraps the `emojis` create in an effort to help create emojis more easily.\n\n## Usage:\n\n```\n❯ emoji --help\nCreate emojis from text\n\nUsage:\n  \u003e emoji {flags} (emoji-name)\n\nFlags:\n  -h, --help - Display the help message for this command\n  -l, --list - List stuff\n\nParameters:\n  emoji-name \u003cstring\u003e: name of the emoji shorthand with colons before and after e.g. :grinning: (optional)\n\nExamples:\n  This is the example descripion\n  \u003e some pipeline involving emoji\n```\n\n```\n❯ emoji :wave:\n👋\n```\n\n```\n❯ emoji --list | where shortcodes =~ wave\n╭─#─┬emoji┬────name─────┬unicode_version┬─────group─────┬────utf8_bytes────┬codepoints┬shortcodes┬────────────skin_tones────────────╮\n│ 0 │ 👋  │ waving hand │ 0.6           │ PeopleAndBody │ [F0, 9F, 91, 8B] │ 1F44B    │ wave     │ 👋, 👋🏻, 👋🏼, 👋🏽, 👋🏾, 👋🏿 │\n╰───┴─────┴─────────────┴───────────────┴───────────────┴──────────────────┴──────────┴──────────┴──────────────────────────────────╯\n```\n\n```\n❯ emoji --list | first 20\n╭─#──┬─emo┬──────────────name──────────────┬─unico┬───────group───────┬────────utf8_bytes────────┬─codepoints┬───────────shortcodes───────────┬─s╮\n│ 0  │ 😀 │ grinning face                  │ 1.0  │ SmileysAndEmotion │ [F0, 9F, 98, 80]         │ 1F600     │ grinning                       │  │\n│ 1  │ 😃 │ grinning face with big eyes    │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 83]         │ 1F603     │ smiley                         │  │\n│ 2  │ 😄 │ grinning face with smiling     │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 84]         │ 1F604     │ smile                          │  │\n│    │    │ eyes                           │      │                   │                          │           │                                │  │\n│ 3  │ 😁 │ beaming face with smiling eyes │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 81]         │ 1F601     │ grin                           │  │\n│ 4  │ 😆 │ grinning squinting face        │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 86]         │ 1F606     │ laughing, satisfied            │  │\n│ 5  │ 😅 │ grinning face with sweat       │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 85]         │ 1F605     │ sweat_smile                    │  │\n│ 6  │ 🤣 │ rolling on the floor laughing  │ 3.0  │ SmileysAndEmotion │ [F0, 9F, A4, A3]         │ 1F923     │ rofl                           │  │\n│ 7  │ 😂 │ face with tears of joy         │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 82]         │ 1F602     │ joy                            │  │\n│ 8  │ 🙂 │ slightly smiling face          │ 1.0  │ SmileysAndEmotion │ [F0, 9F, 99, 82]         │ 1F642     │ slightly_smiling_face          │  │\n│ 9  │ 🙃 │ upside-down face               │ 1.0  │ SmileysAndEmotion │ [F0, 9F, 99, 83]         │ 1F643     │ upside_down_face               │  │\n│ 10 │ 🫠 │ melting face                   │ 14.0 │ SmileysAndEmotion │ [F0, 9F, AB, A0]         │ 1FAE0     │ melting_face                   │  │\n│ 11 │ 😉 │ winking face                   │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 89]         │ 1F609     │ wink                           │  │\n│ 12 │ 😊 │ smiling face with smiling eyes │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 8A]         │ 1F60A     │ blush                          │  │\n│ 13 │ 😇 │ smiling face with halo         │ 1.0  │ SmileysAndEmotion │ [F0, 9F, 98, 87]         │ 1F607     │ innocent                       │  │\n│ 14 │ 🥰 │ smiling face with hearts       │ 11.0 │ SmileysAndEmotion │ [F0, 9F, A5, B0]         │ 1F970     │ smiling_face_with_three_hearts │  │\n│ 15 │ 😍 │ smiling face with heart-eyes   │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 8D]         │ 1F60D     │ heart_eyes                     │  │\n│ 16 │ 🤩 │ star-struck                    │ 5.0  │ SmileysAndEmotion │ [F0, 9F, A4, A9]         │ 1F929     │ star_struck                    │  │\n│ 17 │ 😘 │ face blowing a kiss            │ 0.6  │ SmileysAndEmotion │ [F0, 9F, 98, 98]         │ 1F618     │ kissing_heart                  │  │\n│ 18 │ 😗 │ kissing face                   │ 1.0  │ SmileysAndEmotion │ [F0, 9F, 98, 97]         │ 1F617     │ kissing                        │  │\n│ 19 │ ☺️  │ smiling face                   │ 0.6  │ SmileysAndEmotion │ [E2, 98, BA, EF, B8, 8F] │ 263A FE0F │ relaxed                        │  │\n╰─#──┴─emo┴──────────────name──────────────┴─unico┴───────group───────┴────────utf8_bytes────────┴─codepoints┴───────────shortcodes───────────┴─s╯\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdncred%2Fnu_plugin_emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdncred%2Fnu_plugin_emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdncred%2Fnu_plugin_emoji/lists"}