{"id":13552380,"url":"https://github.com/slomkowski/bash-full-of-colors","last_synced_at":"2025-08-20T20:32:15.186Z","repository":{"id":151711192,"uuid":"46312710","full_name":"slomkowski/bash-full-of-colors","owner":"slomkowski","description":"Advanced .bashrc and .bash_profile coming together with colorful output.","archived":false,"fork":false,"pushed_at":"2022-01-21T23:00:02.000Z","size":23,"stargazers_count":183,"open_issues_count":3,"forks_count":44,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-07T13:12:03.755Z","etag":null,"topics":["bash","bash-alias","bash-color","bash-configuration","bash-profile","bash-script","bashrc","colors"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slomkowski.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}},"created_at":"2015-11-17T00:38:14.000Z","updated_at":"2024-12-03T14:02:48.000Z","dependencies_parsed_at":"2023-07-18T02:20:57.377Z","dependency_job_id":null,"html_url":"https://github.com/slomkowski/bash-full-of-colors","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slomkowski%2Fbash-full-of-colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slomkowski%2Fbash-full-of-colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slomkowski%2Fbash-full-of-colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slomkowski%2Fbash-full-of-colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slomkowski","download_url":"https://codeload.github.com/slomkowski/bash-full-of-colors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230454427,"owners_count":18228392,"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-alias","bash-color","bash-configuration","bash-profile","bash-script","bashrc","colors"],"created_at":"2024-08-01T12:02:03.114Z","updated_at":"2024-12-19T15:08:16.576Z","avatar_url":"https://github.com/slomkowski.png","language":"Shell","funding_links":[],"categories":["Shell","bash","Customization","Packages"],"sub_categories":["Directory Navigation","Colorschemes"],"readme":"# Bash *full of colors*\n\nPowerful `.bashrc` and `.bash_profile` coming together with colorful output. It adds additional information\nto your command prompt and many useful aliases.\n\nFeatures:\n* shows number of active background jobs\n* shows number of open *screen* sockets\n* *hostname* color is based on host unique identifier to simplify server identification by the user when working with multiple open SSH sessions\n* shows checked-out branch name when current directory is within Git repository\n* shows last command return code if it differs from 0\n* shows Python virtualenv\n\n\n## Installation\n\nThe most convenient way of installation is to checkout the repository and symlink the relevant scripts.\nAssuming the installation in home directory:\n\n```bash\ngit clone https://github.com/slomkowski/bash-full-of-colors.git .bash-full-of-colors\n[ -f .bashrc ] \u0026\u0026 mv -v .bashrc bashrc.old\n[ -f .bash_profile ] \u0026\u0026 mv -v .bash_profile bash_profile.old\n[ -f .bash_aliases ] \u0026\u0026 mv -v .bash_aliases bash_aliases.old\n[ -f .bash_logout ] \u0026\u0026 mv -v .bash_logout bash_logout.old\nln -s .bash-full-of-colors/bashrc.sh .bashrc\nln -s .bash-full-of-colors/bash_profile.sh .bash_profile\nln -s .bash-full-of-colors/bash_aliases.sh .bash_aliases\nln -s .bash-full-of-colors/bash_logout.sh .bash_logout\n```\n\n\n## Application aliases\n\nMany Unix commands have already newer and more feature-rich replacements. Following aliases are defined in\n`bash_aliases.sh`:\n\n|Command:       |Replacement:    |\n| ------------- | -------------- |\n|df             |pydf            |\n|less           |most            |\n|tail           |multitail       |\n|top            |htop            |\n|tracepath      |mtr             |\n|traceroute     |mtr             |\n\nTo install them, run following command:\n\n```bash\naptitude install most multitail pydf mtr htop\n```\n\nIf you don't have them installed, script falls back to the original command.\n\nYou can also create your own local aliases. Create the file `~/.bash_local` file and place them there.\n\n## Credits\n\n2015 Michał Słomkowski. The code is published under the terms of Apache License 2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslomkowski%2Fbash-full-of-colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslomkowski%2Fbash-full-of-colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslomkowski%2Fbash-full-of-colors/lists"}