A CLI tool to fetch and display the current local time of GitHub users based on their profile location.
dev-time-cli is a command-line tool that fetches and displays the current local time of GitHub users based on their profile location. It solves the problem of coordinating across time zones by providing instant time checks directly from the terminal, eliminating the need for manual timezone conversions or external websites.
Developers, team leads, and open-source contributors who frequently collaborate with GitHub users across different time zones and need quick time checks for scheduling or communication.
It offers a fast, terminal-native way to check timezones without switching contexts, with support for multiple users and customizable output formats, making it more efficient than manual lookups.
Get the current local time of a GitHub user.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Allows querying multiple GitHub usernames simultaneously to compare local times, as demonstrated in the README example with 'SamVerschueren sindresorhus'.
Supports custom time formats using moment.js syntax via the --format option, enabling tailored displays like 'DD-MM-YYYY' for specific needs.
Provides instant time checks directly from the command line, eliminating context switching to browsers or external tools for timezone coordination.
Uses only publicly available GitHub location data, avoiding access to private information and simplifying setup without invasive permissions.
Relies on users' self-reported location on GitHub, which can be outdated, vague, or incorrect, leading to potentially inaccurate timezone information.
GitHub's API imposes strict rate limits for unauthenticated requests; while a token can be provided with --token, it adds complexity for frequent use.
Only works with GitHub users, making it ineffective for coordinating with contacts on other platforms or in non-GitHub workflows.