{"id":23712531,"url":"https://github.com/lazypwny751/colorsh","last_synced_at":"2026-05-13T23:33:46.363Z","repository":{"id":110734176,"uuid":"397406770","full_name":"lazypwny751/colorsh","owner":"lazypwny751","description":"a simple color library written in bash","archived":false,"fork":false,"pushed_at":"2021-08-20T17:00:19.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T08:53:21.374Z","etag":null,"topics":["bash","bash-colors","color","library","module","script","shell","variables"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lazypwny751.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}},"created_at":"2021-08-17T22:31:06.000Z","updated_at":"2023-07-22T13:51:29.000Z","dependencies_parsed_at":"2024-03-08T11:52:04.606Z","dependency_job_id":null,"html_url":"https://github.com/lazypwny751/colorsh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lazypwny751/colorsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fcolorsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fcolorsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fcolorsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fcolorsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lazypwny751","download_url":"https://codeload.github.com/lazypwny751/colorsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lazypwny751%2Fcolorsh/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260889882,"owners_count":23077856,"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":["bash","bash-colors","color","library","module","script","shell","variables"],"created_at":"2024-12-30T19:59:22.134Z","updated_at":"2026-05-13T23:33:41.329Z","avatar_url":"https://github.com/lazypwny751.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# colorsh 1.0.0\na simple color library written in bash\n\n## Installation\n\n### way 1:\n```bash\ngit clone https://github.com/lazypwny751/colorsh.git \u0026\u0026 cd colorsh \u0026\u0026 sudo make install\n```\n\n### way 2:\ninstall the [themis](https://github.com/ByCh4n-Group/themis) projact then just add the [standart themis library repository](https://github.com/ByCh4n-Group/regular-modules) and just type **sudo themis install colorsh**\n\n### way 3:\nalso you can use the [binary packages](https://github.com/lazypwny751/colorsh/releases)\n\n## Usage\n\n### color variables and values you can use in this library\n\n${reset}      # Reset Colors\n\u003cbr\u003e\n${black}      # Black\n\u003cbr\u003e\n${red}        # Red\n\u003cbr\u003e\n${green}      # Green\n\u003cbr\u003e\n${yellow}     # Yellow\n\u003cbr\u003e\n${blue}       # Blue\n\u003cbr\u003e\n${purple}     # Purple\n\u003cbr\u003e\n${cyan}       # Cyan\n\u003cbr\u003e\n${white}      # White\n\u003cbr\u003e\n${Bblack}     # Bold Black\n\u003cbr\u003e\n${Bred}       # Bold Red\n\u003cbr\u003e\n${Bgreen}     # Bold Green\n\u003cbr\u003e\n${Byellow}    # Bold Yellow\n\u003cbr\u003e\n${Bblue}      # Bold Blue\n\u003cbr\u003e\n${Bpurple}    # Bold Purple\n\u003cbr\u003e\n${Bcyan}      # Bold Cyan\n\u003cbr\u003e\n${Bwhite}     # Bold  White\n\u003cbr\u003e\n${Ublack}     # UnderLined Black\n\u003cbr\u003e\n${Ured}       # UnderLined Red\n\u003cbr\u003e\n${Ugreen}     # UnderLined Green\n\u003cbr\u003e\n${Uyellow}    # UnderLined Yellow\n\u003cbr\u003e\n${Ublue}      # UnderLined Blue\n\u003cbr\u003e\n${Upurple}    # UnderLined Purpe\n\u003cbr\u003e\n${Ucyan}      # UnderLined Cyan\n\u003cbr\u003e\n${Uwhite}     # UnderLined White\n\u003cbr\u003e\n${BGblack}    # BackGround Black\n\u003cbr\u003e\n${BGred}      # BackGround Red\n\u003cbr\u003e\n${BGgreen}    # BackGround Green\n\u003cbr\u003e\n${BGyellow}   # BackGround Yellow\n\u003cbr\u003e\n${BGblue}     # BackGround Blue\n\u003cbr\u003e\n${BGpurple}   # BackGround Purple\n\u003cbr\u003e\n${BGcyan}     # BackGround Cyan\n\u003cbr\u003e\n${BGwhite}    # BackGround White\n\u003cbr\u003e\n${Iblack}     # Intensified Black\n\u003cbr\u003e\n${Ired}       # Intensified Red\n\u003cbr\u003e\n${Igreen}     # Intensified Green\n\u003cbr\u003e\n${Iyellow}    # Intensified Yellow\n\u003cbr\u003e\n${Iblue}      # Intensified Blue\n\u003cbr\u003e\n${Ipurple}    # Intensified Purple\n\u003cbr\u003e\n${Icyan}      # Intensified Cyan\n\u003cbr\u003e\n${Iwhite}     # Intensified White\n\u003cbr\u003e\n${BIblack}    # BoldIntensified Black\n\u003cbr\u003e\n${BIred}      # BoldIntensified Red\n\u003cbr\u003e\n${BIgreen}    # BoldIntensified Green\n\u003cbr\u003e\n${BIyellow}   # BoldIntensified Yellow\n\u003cbr\u003e\n${BIblue}     # BoldIntensified Blue\n\u003cbr\u003e\n${BIpurple}   # BoldIntensified Purple\n\u003cbr\u003e\n${BIcyan}     # BoldIntensified Cyan\n\u003cbr\u003e\n${BIwhite}    # BoldIntensified White\n\u003cbr\u003e\n${BGIblack}   # BoldBacgroundIntensified Black\n\u003cbr\u003e\n${BGIred}     # BoldBacgroundIntensified Red\n\u003cbr\u003e\n${BGIgreen}   # BoldBacgroundIntensified Green\n\u003cbr\u003e\n${BGIyellow}  # BoldBacgroundIntensified Yellow\n\u003cbr\u003e\n${BGIblue}    # BoldBacgroundIntensified Blue\n\u003cbr\u003e\n${BGIpurple}  # BoldBacgroundIntensified Purple\n\u003cbr\u003e\n${BGIcyan}    # BoldBacgroundIntensified Cyan\n\u003cbr\u003e\n${BGIwhite}   # BoldBacgroundIntensified White\n\u003cbr\u003e\n\n#### lolbash is a function that offers random colors similar to lolcat \n#### Usage: echo -e \"$(randomcolor) hello${reset}\"\n\n#### lolbash is a function that offers random colors similar to lolcat for every character(s)\n#### Usage: echo -e \"$(lolbash) hello${reset}\"\n\n### example\n```bash\nsource /usr/local/lib/themis/colorsh.sh\n\necho -e \"${red} Hello ${blue} World ${reset}! $(randomcolor) Test${reset}\"\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[GPLv3](https://choosealicense.com/licenses/gpl-3.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazypwny751%2Fcolorsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazypwny751%2Fcolorsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazypwny751%2Fcolorsh/lists"}