{"id":13661470,"url":"https://github.com/dylanaraps/promptless","last_synced_at":"2025-10-07T02:31:34.961Z","repository":{"id":47286152,"uuid":"169778340","full_name":"dylanaraps/promptless","owner":"dylanaraps","description":"🚀 A super fast and extremely minimal shell prompt.","archived":true,"fork":false,"pushed_at":"2021-09-04T17:45:47.000Z","size":56,"stargazers_count":186,"open_issues_count":0,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-08T22:55:19.544Z","etag":null,"topics":["bash","prompt","sh","shell","zsh"],"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/dylanaraps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-08T18:13:20.000Z","updated_at":"2024-04-26T14:22:51.000Z","dependencies_parsed_at":"2022-09-07T02:11:40.047Z","dependency_job_id":null,"html_url":"https://github.com/dylanaraps/promptless","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanaraps%2Fpromptless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanaraps%2Fpromptless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanaraps%2Fpromptless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanaraps%2Fpromptless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanaraps","download_url":"https://codeload.github.com/dylanaraps/promptless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877413,"owners_count":16554878,"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","prompt","sh","shell","zsh"],"created_at":"2024-08-02T05:01:35.202Z","updated_at":"2025-10-07T02:31:29.657Z","avatar_url":"https://github.com/dylanaraps.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# 🚀 promptless\n\n\u003ca href=\"https://discord.gg/BtnTPFF\"\u003e\u003cimg src=\"https://img.shields.io/discord/440354555197128704.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://travis-ci.org/dylanaraps/promptless\"\u003e\u003cimg src=\"https://travis-ci.org/dylanaraps/promptless.svg?branch=master\"\u003e\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003cimg src=\"https://img.shields.io/badge/coverage-100%25-green.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003cimg src=\"https://img.shields.io/github/size/dylanaraps/promptless/promptless.sh.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003cimg src=\"https://img.shields.io/snyk/vulnerabilities/npm/promptless.svg?style=flat\"\u003e\u003c/a\u003e\n\u003ca href=\"https://repology.org/metapackage/promptless\"\u003e\u003cimg src=\"https://repology.org/badge/tiny-repos/promptless.svg\" alt=\"Packaging status\"\u003e\u003c/a\u003e\n\nA super fast and extremely minimal shell prompt.\n\n## Features\n\n- Fast\n- Minimal\n- Lightweight\n- POSIX sh (*no external commands*)\n- No dependencies\n- Works in all shells (*that use `$PS1`*).\n\n## Table of Contents\n\n\u003c!-- vim-markdown-toc GFM --\u003e\n\n* [Philosophy](#philosophy)\n* [Installation](#installation)\n* [Tests](#tests)\n* [Hacking](#hacking)\n* [Compile time options](#compile-time-options)\n\n\u003c!-- vim-markdown-toc --\u003e\n\n\n## Philosophy\n\n`promptless` follows the [suckless philosophy](https://suckless.org/philosophy/) and is simple by design. The codebase has a focus on elegance and clarity. The prompt is entirely hackable. Unnecessary and unworthy features need to be patched in.\n\n\n## Installation\n\n**Secure and Safe**\n\n```sh\ncurl \"https://raw.githubusercontent.com/dylanaraps/promptless/master/install.sh\" | sh\n```\n\n**Webscale**\n\n```sh\nnpm install promptless\n```\n\n**Run with Docker**\n\n```sh\ndocker build -t promptless .\ndocker run -it promptless\n```\n\n**Distros**\n\n- Arch: `promptless` in the AUR.\n\n**Manual**\n\n```sh\n# Inside your .bashrc, .zshrc, etc.\n. /path/to/promptless.sh\n```\n\n## Tests\n\nRun `./test.sh` to run unit tests on `promptless`.\n\n**NOTE**: The testing framework requires `bash` since it's **ROBUST**.\n\n\n## Hacking\n\nAn array of intelligent patches are available in the `patches/` subdirectory. Patches for color support are not available as just like scroll-back, colors are bloat.\n\n\n## Compile time options\n\nYou can customize the prompt character at compile time.\n\n```sh\nmake CHAR=\"\u003e\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanaraps%2Fpromptless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanaraps%2Fpromptless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanaraps%2Fpromptless/lists"}