Skip to content

Instantly share code, notes, and snippets.

@camilleriluke
Last active April 5, 2022 06:35
Show Gist options
  • Save camilleriluke/2682785995d497bcc1c4bbc864eb2689 to your computer and use it in GitHub Desktop.
Save camilleriluke/2682785995d497bcc1c4bbc864eb2689 to your computer and use it in GitHub Desktop.
Good morning everyone ๐Ÿ’
#! /usr/bin/env node
var e = ['๐Ÿ’','๐Ÿฆ','๐Ÿฆง','๐Ÿถ','๐Ÿ•','๐Ÿฉ','๐Ÿบ','๐ŸฆŠ','๐Ÿฆ','๐Ÿฑ','๐Ÿˆ','๐Ÿˆโ€โฌ›','๐Ÿฆ','๐Ÿฏ','๐Ÿ…','๐Ÿ†','๐Ÿด','๐ŸŽ','๐Ÿฆ„','๐Ÿฆ“','๐ŸฆŒ','๐Ÿฆฌ','๐Ÿฎ','๐Ÿ‚','๐Ÿƒ','๐Ÿ„','๐Ÿท','๐Ÿ–','๐Ÿ—','๐Ÿ','๐Ÿ‘','๐Ÿ','๐Ÿช','๐Ÿซ','๐Ÿฆ™','๐Ÿฆ’','๐Ÿ˜','๐Ÿฆฃ','๐Ÿฆ','๐Ÿฆ›','๐Ÿญ','๐Ÿ','๐Ÿ€','๐Ÿน','๐Ÿฐ','๐Ÿ‡','๐Ÿฟ๏ธ','๐Ÿฆซ','๐Ÿฆ”','๐Ÿฆ‡','๐Ÿป','๐Ÿปโ€โ„๏ธ','๐Ÿจ','๐Ÿผ','๐Ÿฆฅ','๐Ÿฆฆ','๐Ÿฆจ','๐Ÿฆ˜','๐Ÿฆก','๐Ÿฆƒ','๐Ÿ”','๐Ÿ“','๐Ÿฃ','๐Ÿค','๐Ÿฅ','๐Ÿฆ','๐Ÿง','๐Ÿ•Š๏ธ','๐Ÿฆ…','๐Ÿฆ†','๐Ÿฆข','๐Ÿฆ‰','๐Ÿฆค','๐Ÿฆฉ','๐Ÿฆš','๐Ÿฆœ','๐Ÿธ','๐ŸŠ','๐Ÿข','๐ŸฆŽ','๐Ÿ','๐Ÿฒ','๐Ÿ‰','๐Ÿฆ•','๐Ÿฆ–','๐Ÿณ','๐Ÿ‹','๐Ÿฌ','๐Ÿฆญ','๐ŸŸ','๐Ÿ ','๐Ÿก','๐Ÿฆˆ','๐Ÿ™','๐Ÿš','๐Ÿชธ','๐ŸŒ','๐Ÿฆ‹','๐Ÿ›','๐Ÿœ','๐Ÿ','๐Ÿชฒ','๐Ÿž','๐Ÿฆ—','๐Ÿชณ','๐Ÿ•ท๏ธ','๐Ÿฆ‚','๐ŸฆŸ','๐Ÿชฐ','๐Ÿชฑ','๐Ÿฆ€','๐Ÿฆž','๐Ÿฆ','๐Ÿฆ‘']
console.log(`Good morning everyone ${e[Math.floor(Math.random()*e.length)]}`)
@camilleriluke
Copy link
Author

camilleriluke commented Mar 1, 2019

Assuming that you are running on OSX and have node installed.

Add this somewhere that is on your PATH and run it with good-morning.js | tr -d '\n' | pbcopy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment