{"id":38971356,"url":"https://github.com/evilenx/clock","last_synced_at":"2026-01-17T16:39:03.453Z","repository":{"id":306654130,"uuid":"1025872646","full_name":"evilenx/clock","owner":"evilenx","description":"Clock with nanoseconds writed in Rust.","archived":false,"fork":false,"pushed_at":"2026-01-15T02:47:27.000Z","size":77464,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T08:46:40.548Z","etag":null,"topics":["clock-app","rust"],"latest_commit_sha":null,"homepage":"","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/evilenx.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-25T00:28:57.000Z","updated_at":"2026-01-15T02:45:16.000Z","dependencies_parsed_at":"2025-07-26T23:37:28.451Z","dependency_job_id":"7c94251b-0f5f-4764-8324-d81688d84ed9","html_url":"https://github.com/evilenx/clock","commit_stats":null,"previous_names":["evilenx/clock"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/evilenx/clock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilenx%2Fclock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilenx%2Fclock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilenx%2Fclock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilenx%2Fclock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilenx","download_url":"https://codeload.github.com/evilenx/clock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilenx%2Fclock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["clock-app","rust"],"created_at":"2026-01-17T16:39:02.846Z","updated_at":"2026-01-17T16:39:03.432Z","avatar_url":"https://github.com/evilenx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clock\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/image/clock.gif\" alt=\"Clock Image\" width=\"500\" height=\"500\" /\u003e\n  \u003cbr/\u003e\n  \n![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge\u0026logo=rust\u0026logoColor=white)\n[![License: MIT](https://img.shields.io/badge/License-MIT-000000.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![Version](https://img.shields.io/github/v/release/evilenx/clock?style=for-the-badge\u0026color=000000)](https://github.com/evilenx/clock/releases)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/evilenx/clock/rust.yml?style=for-the-badge\u0026color=000000)](https://github.com/evilenx/clock/actions)\n\n\u003c/div\u003e\n\n## Description\n  **Clock** is a Rust project that provides a digital clock implementation with nanosecond precision.\n\n## Features\n  - High-precision time display with nanoseconds\n  - Built in Rust for performance and reliability\n  - Simple command-line interface\n\n## Requirements\n  - **Rust** (latest stable version recommended)\n- **Cargo** (included with Rust)\n\n## Installation\n\n  1. **Clone the repository:**\n  ```bash\n  git clone https://github.com/evilenx/clock.git\n  cd clock\n  ```\n\n  2. **Build the project:**\n  ```bash\n  cargo build --release\n  ```\n\n  3. **Run the clock:**\n  ```bash\n  cargo run --release\n  ```\n\n  4. **Using curl**\n  ```bash\n  curl -sSf https://raw.githubusercontent.com/evilenx/clock/main/install.sh | bash\n\n  ```\n\n## Configuration\n  The application requires a configuration file located at `~/.config/clock/config.yml` to set the font size.\n\n  **Create the configuration directory and file:**\n  ```bash\n  mkdir -p ~/.config/clock\n  ```\n\n  **Example `config.yml`:**\n  ```yaml\n  font_size: 80\n  ```\n\n## Usage\n  After running the application, the digital clock will display the current time with nanosecond precision in your terminal. Make sure to create the configuration file before running the clock.\n\n## Contributing\n  Contributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n  This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilenx%2Fclock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilenx%2Fclock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilenx%2Fclock/lists"}