{"id":17195385,"url":"https://github.com/dfed/fancypantsps1","last_synced_at":"2026-01-21T16:01:38.076Z","repository":{"id":78858952,"uuid":"45202892","full_name":"dfed/FancyPantsPS1","owner":"dfed","description":"Stylize your prompt","archived":false,"fork":false,"pushed_at":"2024-02-16T16:51:44.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T21:41:45.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dfed.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}},"created_at":"2015-10-29T18:32:37.000Z","updated_at":"2023-10-24T16:38:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"df5640ab-8344-440e-b8fd-b52d9e975bf4","html_url":"https://github.com/dfed/FancyPantsPS1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dfed/FancyPantsPS1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfed%2FFancyPantsPS1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfed%2FFancyPantsPS1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfed%2FFancyPantsPS1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfed%2FFancyPantsPS1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfed","download_url":"https://codeload.github.com/dfed/FancyPantsPS1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfed%2FFancyPantsPS1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-15T01:50:16.215Z","updated_at":"2026-01-21T16:01:38.019Z","avatar_url":"https://github.com/dfed.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"FancyPantsPS1\n====\n## Stylize your prompt.\n\n| Prompt | Description |\n| --- | --- |\n| $$\\color{gray}\\textasciitilde/Development/fancypantsps1~~\\color{blue}master~~\\color{yellow}\\text{*}$$ | You’re on branch master, and you have unstaged files. |\n| $$\\color{gray}\\textasciitilde/Development/fancypantsps1~~\\color{blue}dfed/test~~\\color{red}\\text{*}$$ | You’re on branch dfed/test, and you have untracked files. |\n| $$\\color{gray}\\textasciitilde/Development/fancypantsps1~~\\color{blue}dfed/test~~\\color{green}\\text{↑}$$ | You’re on branch dfed/test, and your branch is ahead of origin. Push! |\n| $$\\color{gray}\\textasciitilde/Development/fancypantsps1~~\\color{blue}5e34182$$ | You’re in a detached head state at sha 5e34182. |\n\n## Full git status feature breakdown\n\n| Color | Symbol | Description |\n| --- | --- | --- |\n| $$\\color{red}red$$ | `$$\\color{red}\\text{*}$$` | There are untracked files. |\n| $$\\color{yellow}yellow$$ | $$\\color{yellow}\\text{*}$$ | There are unstaged files (no untracked). |\n| $$\\color{green}green$$ | $$\\color{green}\\text{*}$$ | There are staged files (no untracked or unstaged). Ready to commit. |\n| $$\\color{red}red$$ | $$\\color{red}\\text{↕}$$ | Branch has diverged. |\n| $$\\color{red}red$$ | $$\\color{red}\\text{↓}$$ | There are new commits on the remote branch. You should pull! |\n| $$\\color{red}red$$ | $$\\color{red}\\text{↑}$$ | There is a new commit on your branch that says \"don't push\", \"work in progress\", or some variation thereof. |\n| $$\\color{green}green$$ | $$\\color{green}\\text{↑}$$ | You have new commits on your branch. Ready to push! |\n\n\n## Installation instructions\n### Bash\n#### Run the following to install:\n```bash\ngit clone git@github.com:dfed/FancyPantsPS1.git\ncd fancypantsps1\n. ./install.sh\n```\n#### Or add the following into your ~/.bash_profile:\n```bash\n source \u003cpath_to_fancypants\u003e/fancypants_sharedrc \u0026\u0026 source \u003cpath_to_fancypants\u003e/fancypants_ps1_bashrc\n export GIT_GEMS_PS1_SHOWUNTRACKEDFILES=true #set to false to speed up your prompt when in large repos\n```\n### Zsh\n#### Run the following to install:\n```zsh\ngit clone git@github.com:dfed/FancyPantsPS1.git\ncd fancypantsps1\n. ./zsh_install.sh\n```\n#### Or add the following into your ~/Development/config_files/zsh/prompt.zsh:\n```zsh\nsource \u003cpath_to_fancypants\u003e/fancypants_sharedrc \u0026\u0026 source \u003cpath_to_fancypants\u003e/fancypants_ps1_zshprompt\nexport GIT_GEMS_PS1_SHOWUNTRACKEDFILES=true #set to false to speed up your prompt when in large repos\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfed%2Ffancypantsps1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfed%2Ffancypantsps1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfed%2Ffancypantsps1/lists"}