{"id":20278255,"url":"https://github.com/nikitaberezhnyj/code_printer","last_synced_at":"2025-09-07T10:38:41.089Z","repository":{"id":229174987,"uuid":"775997016","full_name":"NikitaBerezhnyj/Code_Printer","owner":"NikitaBerezhnyj","description":"Terminal tool for syntax highlighting code in various languages.","archived":false,"fork":false,"pushed_at":"2024-03-22T13:28:06.000Z","size":2269,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T10:38:40.651Z","etag":null,"topics":["code-display","rust","syntax-highlighting","terminal-tool"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NikitaBerezhnyj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-22T13:23:40.000Z","updated_at":"2024-09-16T12:03:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"12218432-3b6e-493e-9a28-9d4f1ff18899","html_url":"https://github.com/NikitaBerezhnyj/Code_Printer","commit_stats":null,"previous_names":["nikitaberezhnyj/code_printer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NikitaBerezhnyj/Code_Printer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikitaBerezhnyj%2FCode_Printer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikitaBerezhnyj%2FCode_Printer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikitaBerezhnyj%2FCode_Printer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikitaBerezhnyj%2FCode_Printer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NikitaBerezhnyj","download_url":"https://codeload.github.com/NikitaBerezhnyj/Code_Printer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NikitaBerezhnyj%2FCode_Printer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026706,"owners_count":25209739,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["code-display","rust","syntax-highlighting","terminal-tool"],"created_at":"2024-11-14T13:22:29.956Z","updated_at":"2025-09-07T10:38:41.059Z","avatar_url":"https://github.com/NikitaBerezhnyj.png","language":"Rust","readme":"# Code Printer\n\n#### Repository translates: [українська :ukraine:](#code-printer-ukraine), [english :uk:](#code-printer-uk)\n\n## Code Printer :ukraine:\n\n**_Code Printer_** - це термінальна утиліта, що динамічно підсвічує синтаксис коду різних мов програмування під час друку файлу у термінал. Програма забарвлює ключові слова, рядки, коментарі, дужки та оператори у відповідні кольори, надаючи коду більшої наочності та читабельності.\n\n### Підтримувані мови програмування\n\n- Rust\n- Python\n- C++\n- Niklang\n- Udav\n- Based\n\n### Використання\n\nДля використання Code Printer виконайте наступні кроки:\n\n**_1. Клонуйте репозиторій:_**\n\n```bash\ngit clone https://github.com/NikitaBerezhnyj/Code_Printer.git\n```\n\n**_2. Перейдіть до теки репозиторію:_**\n\n```bash\ncd Code_Printer\n```\n\n**_3. Скомпілюйте програму за допомогою компілятора Rust:_**\n\n```bash\ncargo build\n```\n\n**_4. Перейдіть у теку з відкомпільованим фалом_**\n\n```bash\ncd target/debug\n```\n\n**_5. Запустіть програму, передавши шлях до файлу коду та інтервал сну (в секундах, опційно):_**\n\n```bash\n./code-printer path/to/your/file.rs 0.1\n```\n\n---\n\n## Code Printer :uk:\n\n**_Code Printer_** is a terminal utility that dynamically highlights the code syntax of various programming languages while printing a file to the terminal. The program colors keywords, strings, comments, brackets and statements in the appropriate colors, making the code more visible and readable.\n\n### Supported programming languages\n\n- Rust\n- Python\n- C++\n- Niklang\n- Udav\n- Based on.\n\n### Usage\n\nTo use Code Printer, follow these steps:\n\n**_1. Clone the repository:_**\n\n```bash\ngit clone https://github.com/NikitaBerezhnyj/Code_Printer.git\n```\n\n**_2.Change to the repository folder:_**\n\n```bash\ncd Code_Printer\n```\n\n**_3. Compile the program using the Rust compiler:_**\n\n```bash\ncargo build\n```\n\n**_4. Change to the folder with the compiled file_**\n\n```bash\ncd target/debug\n```\n\n**_5. Run the program, passing the path to the code file and the sleep interval (in seconds, optional):_**\n\n```bash\n./code-printer path/to/your/file.rs 0.1\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitaberezhnyj%2Fcode_printer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikitaberezhnyj%2Fcode_printer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikitaberezhnyj%2Fcode_printer/lists"}