Skip to content

herme5/TimeToEmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TimeToEmoji

For Mac OSX supporting emojis, you can display the hours (🕙) as emojis in your custom terminal.

  1. Compile main.cpp and add the binary to /usr/local/bin

  2. Edit your bashrc (or zsh-theme) file. Mine looks like that :

...
function emojiTime() {
time2emoji
}

PROMPT='%{$reset_color%}$(emojiTime)  '
...

Assuming time2emoji is the built binary from step 1.

alt tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages