All Projects β†’ dylanaraps β†’ Promptless

dylanaraps / Promptless

Licence: mit
πŸš€ A super fast and extremely minimal shell prompt.

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Promptless

Oh My Posh
A prompt theme engine for any shell.
Stars: ✭ 841 (+442.58%)
Mutual labels:  zsh, prompt
Shelby
Shelby is a fast ⚑️ , lightweight ☁️ , minimal✨, shell prompt written in Go.
Stars: ✭ 148 (-4.52%)
Mutual labels:  zsh, prompt
Pretty Git Prompt
`git status` inside your shell prompt
Stars: ✭ 43 (-72.26%)
Mutual labels:  zsh, prompt
Zsh Prompt Garrett
A prompt with the information you need the moment you need it.
Stars: ✭ 150 (-3.23%)
Mutual labels:  zsh, prompt
Nicy
❄️ a nice and icy zsh and bash prompt in Nim
Stars: ✭ 148 (-4.52%)
Mutual labels:  zsh, prompt
Modernish
Modernish is a library for writing robust, portable, readable, and powerful programs for POSIX-based shells and utilities.
Stars: ✭ 586 (+278.06%)
Mutual labels:  sh, zsh
Angel Ps1
Your fancy shell prompt fed by your guardian angel
Stars: ✭ 60 (-61.29%)
Mutual labels:  zsh, prompt
Zsh Kubectl Prompt
Display information about the kubectl current context and namespace in zsh prompt.
Stars: ✭ 342 (+120.65%)
Mutual labels:  zsh, prompt
.dot Config
πŸ“š Example dot configs for tmux, tmuxp, vim, vcspull, i3 and awesome
Stars: ✭ 102 (-34.19%)
Mutual labels:  sh, zsh
Mimir
Fast and minimal shell prompt
Stars: ✭ 90 (-41.94%)
Mutual labels:  zsh, prompt
Gbt
Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.
Stars: ✭ 457 (+194.84%)
Mutual labels:  zsh, prompt
Polyglot
Color, ASCII-only Git prompt for zsh, bash, ksh93, mksh, pdksh, dash, and busybox ash
Stars: ✭ 118 (-23.87%)
Mutual labels:  zsh, prompt
Typewritten
A minimal, lightweight, informative zsh prompt theme
Stars: ✭ 442 (+185.16%)
Mutual labels:  zsh, prompt
Geometry
geometry is a minimal, fully customizable and composable zsh prompt theme
Stars: ✭ 770 (+396.77%)
Mutual labels:  zsh, prompt
Liquidprompt
A full-featured & carefully designed adaptive prompt for Bash & Zsh
Stars: ✭ 4,134 (+2567.1%)
Mutual labels:  zsh, prompt
Shc
Shell script compiler
Stars: ✭ 1,050 (+577.42%)
Mutual labels:  sh, zsh
apollo-zsh-theme
Heavily customizable, compatible, and fast ZSH theme framework.
Stars: ✭ 64 (-58.71%)
Mutual labels:  zsh, prompt
git-prompt.zsh
A fast, customizable, pure-shell, asynchronous Git prompt for Zsh
Stars: ✭ 139 (-10.32%)
Mutual labels:  zsh, prompt
Colorechoforshell
Make 🐚(shell) 's πŸ’¬ (`echo`) to be 🌈 easily ✨ Support βœ… sh βž• bash βž• zsh βž• ksh βž• 🐟
Stars: ✭ 75 (-51.61%)
Mutual labels:  sh, zsh
Pure
Pretty, minimal and fast ZSH prompt
Stars: ✭ 10,891 (+6926.45%)
Mutual labels:  zsh, prompt

πŸš€ promptless

Packaging status

A super fast and extremely minimal shell prompt.

Features

  • Fast
  • Minimal
  • Lightweight
  • POSIX sh (no external commands)
  • No dependencies
  • Works in all shells (that use $PS1).

Table of Contents

Philosophy

promptless follows the suckless 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.

Installation

Secure and Safe

curl "https://raw.githubusercontent.com/dylanaraps/promptless/master/install.sh" | sh

Webscale

npm install promptless

Run with Docker

docker build -t promptless .
docker run -it promptless

Distros

  • Arch: promptless in the AUR.

Manual

# Inside your .bashrc, .zshrc, etc.
. /path/to/promptless.sh

Tests

Run ./test.sh to run unit tests on promptless.

NOTE: The testing framework requires bash since it's ROBUST.

Hacking

An 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.

Compile time options

You can customize the prompt character at compile time.

make CHAR=">"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].