All Projects β†’ rickycodes β†’ moonmoji

rickycodes / moonmoji

Licence: MIT license
πŸŒ› Return an emoji representing the current moon phase.

Programming Languages

rust
11053 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to moonmoji

emoji-clock
πŸ•Ÿ Generate the emoji clock face, moon phase πŸŒ— , or zodiac sign ♉ 🐢 for a given time
Stars: ✭ 12 (-86.05%)
Mutual labels:  emoji, moon-phase
discord-reaction-role-bot
A Discord bot that allows users to self-assign roles using reactions.
Stars: ✭ 110 (+27.91%)
Mutual labels:  emoji
Emojitwo
Fork of the last fully free EmojiOneβ„’ 2 artwork
Stars: ✭ 250 (+190.7%)
Mutual labels:  emoji
country-flags
A small package to convert a country code to the corresponding country flag emoji
Stars: ✭ 27 (-68.6%)
Mutual labels:  emoji
todo-emojis
Track todos in Slack using custom checkbox emojis
Stars: ✭ 90 (+4.65%)
Mutual labels:  emoji
emojify-service
Convert your boring texts to nice emoji filled text on macOS!
Stars: ✭ 20 (-76.74%)
Mutual labels:  emoji
Emoji
πŸš€ Find the emoji(Unicode)
Stars: ✭ 250 (+190.7%)
Mutual labels:  emoji
EmojiBuilder
Construct (or destruct) emoji from layered SVGs
Stars: ✭ 13 (-84.88%)
Mutual labels:  emoji
EmojiType
The writing helps to express as emoji. It was created to create short, funny scripts
Stars: ✭ 12 (-86.05%)
Mutual labels:  emoji
text2emoji
Predict an emoji that is associated with a text
Stars: ✭ 30 (-65.12%)
Mutual labels:  emoji
emoticon
List of emoticons
Stars: ✭ 41 (-52.33%)
Mutual labels:  emoji
AllGithubEmojis
A list of all supported github emojis updated weekly. https://jzeferino.github.io/AllGithubEmojis/
Stars: ✭ 82 (-4.65%)
Mutual labels:  emoji
discord-emoji
[Library/Deno] A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.
Stars: ✭ 37 (-56.98%)
Mutual labels:  emoji
sticker-finder
⚑ A telegram bot for searching all the stickers (just like @gif).
Stars: ✭ 90 (+4.65%)
Mutual labels:  emoji
morsemoji
Translate text to morse code, but the morse code is emojis
Stars: ✭ 48 (-44.19%)
Mutual labels:  emoji
React Emoji Render
Normalize and render emoji's the way your users expect.
Stars: ✭ 250 (+190.7%)
Mutual labels:  emoji
rn-emoji-keyboard
Super performant, lightweight, fully customizable emoji picker πŸš€
Stars: ✭ 228 (+165.12%)
Mutual labels:  emoji
SEntiMoji
data, code, pre-trained models and experiment results for "SEntiMoji: An Emoji-Powered Learning Approach for Sentiment Analysis in Software Engineering"
Stars: ✭ 27 (-68.6%)
Mutual labels:  emoji
emoji
❀️ List of emojis
Stars: ✭ 151 (+75.58%)
Mutual labels:  emoji
remove emoji
2021 Ruby Remove Emoji 😈🈲😱 for Ruby 2.x ~ 3.0 / Rails 4、5.x、6.x
Stars: ✭ 54 (-37.21%)
Mutual labels:  emoji

moonmoji

moonmoji

Return an emoji representing the current moon phase.

CLI

$ npm install --global moonmoji

In your bash

The main goal of this was to have the emoji display in a shell. This can be accomplished by adding the script to your PS1 export in your .bash_prompt or similar, eg:

PS1=$(moonmoji);
export PS1;

Examples:

prompt 1 prompt 2

  • note: If you have additional information in your PS1 you'll need to have two spaces after the emoji character.

Thanks

@lauradegroot for inspiration
@bwinton for pretty much authoring the whole thing
@matiassingers for tests!
The whole meatspace community for being awesome.

Licence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].