{"id":15443842,"url":"https://github.com/zanderlewis/terminalite","last_synced_at":"2026-03-18T17:25:08.843Z","repository":{"id":253862839,"uuid":"844758016","full_name":"zanderlewis/terminalite","owner":"zanderlewis","description":"Colorized text for Fortran","archived":false,"fork":false,"pushed_at":"2024-11-18T14:22:26.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T08:42:21.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Fortran","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/zanderlewis.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}},"created_at":"2024-08-19T23:05:26.000Z","updated_at":"2024-11-18T14:22:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"c96633d1-e03a-4bc5-98ec-9526cd602c2f","html_url":"https://github.com/zanderlewis/terminalite","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"fbad7d024d1bf87ec1c82f78cdc62c7892b9ac1e"},"previous_names":["zanderlewis/terminalite"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zanderlewis%2Fterminalite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zanderlewis%2Fterminalite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zanderlewis%2Fterminalite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zanderlewis%2Fterminalite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zanderlewis","download_url":"https://codeload.github.com/zanderlewis/terminalite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245991584,"owners_count":20706129,"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":[],"created_at":"2024-10-01T19:37:12.836Z","updated_at":"2026-01-06T18:13:14.696Z","avatar_url":"https://github.com/zanderlewis.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminalite\nA library for colorizing terminal text in Fortran.\n\n## Usage\n1. Include the `terminalite.f90` file in your project.\n```toml\n[dependencies]\nterminalite = { git = \"https://github.com/zanderlewis/terminalite\" }\n```\n2. Use the `terminalite` module in your Fortran program.\n```fortran\nprogram terminalite_program\n    use utils\n    implicit none\n    call colorize('Hello, World!', 'FF0000', 'FFFFFF', 1)  ! Red text with white background and bold style\n    ! Or, you can use template strings\n    call template('[BOLD][FG:FF0000][BG:FFFFFF]Hello, World![RESET]')\nend program terminalite_program\n```\n3. Compile the program\n```bash\nfpm build\n```\n4. Run the program\n```bash\nfpm run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzanderlewis%2Fterminalite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzanderlewis%2Fterminalite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzanderlewis%2Fterminalite/lists"}