{"id":16355332,"url":"https://github.com/shreyas-a-s/shell-color-scripts","last_synced_at":"2026-03-09T15:05:55.882Z","repository":{"id":196352596,"uuid":"695800921","full_name":"shreyas-a-s/shell-color-scripts","owner":"shreyas-a-s","description":"Color scripts to add some ASCII arts to your Shells (Bash, Fish, Zsh).","archived":false,"fork":false,"pushed_at":"2024-04-28T14:15:11.000Z","size":96,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T10:30:54.446Z","etag":null,"topics":["bash","fish-shell","shell","shell-script","shell-scripting","zsh","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/shreyas-a-s.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":"2023-09-24T09:11:05.000Z","updated_at":"2025-02-18T16:26:44.000Z","dependencies_parsed_at":"2023-09-24T18:14:39.953Z","dependency_job_id":"540d9909-ed48-47ab-9a75-73d2e22e6520","html_url":"https://github.com/shreyas-a-s/shell-color-scripts","commit_stats":null,"previous_names":["shreyas-a-s/shell-color-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shreyas-a-s/shell-color-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Fshell-color-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Fshell-color-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Fshell-color-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Fshell-color-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shreyas-a-s","download_url":"https://codeload.github.com/shreyas-a-s/shell-color-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Fshell-color-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30299936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"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":["bash","fish-shell","shell","shell-script","shell-scripting","zsh","zshrc"],"created_at":"2024-10-11T01:40:35.336Z","updated_at":"2026-03-09T15:05:55.864Z","avatar_url":"https://github.com/shreyas-a-s.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell Color Scripts\n\n![Screenshot of shell-color-scripts](https://github.com/shreyas-a-s/shell-color-scripts/assets/137637016/13fe43a9-0917-4d42-ab94-89e590b26780)\n\n\nA collection of terminal color scripts I've accumulated from github \u0026 gitlab.\nIncluded 62+ beautiful terminal color scripts.\n\n# Acknowledgements\n\n- This is a fork of [Shell Color Scripts](https://gitlab.com/dwt1/shell-color-scripts) by Derek Taylor(@dwt1) from DistroTube YouTube channel. BIG thanks to him for showing his collection of shell scripts that gave me inspiration and a base code to create this repo.\n- Thanks, Abhishek (@stark) for letting me steal some of scripts from his [Color-Scripts](https://github.com/stark/Color-Scripts).\n- Thanks, Josh Komoroske (@joshdk) for the cool [hedgehogs](https://github.com/joshdk/hedgehogs) script.\n- Thanks, Edward (@edn9) for this cool animated [bomber-cli](https://github.com/edn9/bomber-cli) script.\n- Thanks, Charitarth Chugh (@charitarthchugh) for some of the scripts in [shell-color-scripts](https://github.com/charitarthchugh/shell-color-scripts) script.\n\n# Installation\n\nDownload the source code from this repository or use a git clone:\n\n\tgit clone https://github.com/shreyas-a-s/shell-color-scripts.git\n\tcd shell-color-scripts\n    sudo make install\n\n    # Removal\n    sudo make uninstall\n\n    # optional for zsh completion\n    sudo cp completions/_colorscript /usr/share/zsh/site-functions\n\n    # optional for fish shell completion\n    sudo cp completions/colorscript.fish /usr/share/fish/vendor_completions.d\n\n# Usage\n\n    colorscript --help\n    Description: A collection of terminal color scripts.\n\n    Usage: colorscript [OPTION] [SCRIPT NAME/INDEX]\n    -h, --help, help        \tPrint this help.\n    -l, --list, list        \tList all installed color scripts.\n    -r, --random, random    \tRun a random color script.\n    -e, --exec, exec        \tRun a specified color script by SCRIPT NAME or INDEX.\n    -a, --all, all          \tList the outputs of all colorscripts with their SCRIPT NAME\n    -b, --blacklist, blacklist\tBlacklist a color script by SCRIPT NAME or INDEX.\n\n# The Scripts Are Located in /opt/shell-color-scripts/colorscripts\n\nThe source for shell-color-scripts is placed in:\n\n\t/opt/shell-color-scripts/colorscripts\n\nFor even more fun, add the following line to your .bashrc or .zshrc and you will run a random color script each time you open a terminal:\n\n\t### RANDOM COLOR SCRIPT ###\n\tcolorscript random\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyas-a-s%2Fshell-color-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreyas-a-s%2Fshell-color-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyas-a-s%2Fshell-color-scripts/lists"}