{"id":14037154,"url":"https://github.com/softprops/emoji-clock","last_synced_at":"2025-03-21T07:30:21.547Z","repository":{"id":52421577,"uuid":"152190752","full_name":"softprops/emoji-clock","owner":"softprops","description":"🕒 🐇 I'm late I'm late for a very important date","archived":false,"fork":false,"pushed_at":"2021-04-29T19:16:50.000Z","size":35,"stargazers_count":12,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T11:59:53.991Z","etag":null,"topics":["cli","clock","emoji"],"latest_commit_sha":null,"homepage":null,"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/softprops.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":"2018-10-09T05:07:18.000Z","updated_at":"2022-08-31T03:15:50.000Z","dependencies_parsed_at":"2022-09-18T01:11:20.776Z","dependency_job_id":null,"html_url":"https://github.com/softprops/emoji-clock","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Femoji-clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Femoji-clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Femoji-clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Femoji-clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","download_url":"https://codeload.github.com/softprops/emoji-clock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244031022,"owners_count":20386534,"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":["cli","clock","emoji"],"created_at":"2024-08-12T03:02:32.317Z","updated_at":"2025-03-21T07:30:21.248Z","avatar_url":"https://github.com/softprops.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# emoji clock [![Build Status](https://travis-ci.org/softprops/emoji-clock.svg?branch=master)](https://travis-ci.org/softprops/emoji-clock)\n\n\u003e 🕒 🐇 an emoji clock to make sure you're never late\n\n[![](https://upload.wikimedia.org/wikipedia/commons/f/f3/De_Alice%27s_Abenteuer_im_Wunderland_Carroll_pic_02.jpg)](https://en.wikipedia.org/wiki/White_Rabbit)\n\nLong ago people used clocks to tell time. These clocks had faces 😯 with hands 👐 and people\ncould easily read them at a glance. Minutes mattered less than hours. These were mostly\nreplaced with digial clocks with numbers. Today, we have emoji!\n\n## 📦 install\n\n### cargo\n\nRun the following to have the `emojiclock` binary installed under `~/.cargo/bin`\n\n```\n$ cargo install emoji-clock-cli\n```\n\n## 🤸 usage\n\nThe following is the output of the cli's help flag. Enjoy.\n\n```sh\n$ emojiclock --help\nemoji-clock 0.0.0\nsoftprops \u003cd.tangren@gmail.com\u003e\nrenders time as an emoji clock\n\nUSAGE:\n    emojiclock [FLAGS] [time]\n\nFLAGS:\n    -c, --copy        Copies to clipboard (where possible)\n    -h, --help        Prints help information\n    -m, --meridiem    Adds an indicator for what half of the day this time falls within (ante meridiem or post meridiem)\n    -V, --version     Prints version information\n\nARGS:\n    \u003ctime\u003e    An expression similar to expression that can be provided to GNU date -d expr -\n              http://man7.org/linux/man-pages/man1/date.1.html#DATE_STRING [default: now]\n```\n\n### specifying time\n\nBy default, `emojiclock` will print out the emoji clock closet to \"now\" but you can also provide\na time that's relative to \"now\" in roughly english form ( as supported by the [chrono-english crate](https://crates.io/crates/chrono-english) ) as an argument.\n\n```sh\nfor hour in `seq 1 12`; do emojiclock \"$hour hours\"; done\n🕡\n🕢\n🕣\n🕣\n🕣\n🕦\n🕧\n🕜\n🕝\n🕞\n🕟\n🕠\n```\n\n### clipboard\n\nIt's often the case that you don't just want to see the current time in emoji but\nyou want to capture it to use elsewhere. Use the `-c` ( or `--copy` ) flag to copy the output\nto your clipboard\n\n```sh\n$ emojiclock -c\n# paste it somewhere nice\n```\n\n### which 12 hours\n\nSometimes having context for a.m. or p.m is useful. You can always open your apartment window\nand see for yourself, but when that's not convenient enough pass the `-m` ( or `--meridiem` ) flag to capture that context\n\n```sh\n$ emojiclock -m\nemojiclock -m\n🕠🌙\n```\n\nDoug Tangren (softprops) 2018","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Femoji-clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftprops%2Femoji-clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Femoji-clock/lists"}