1.0.2 • Published 5 years ago

promptless v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

🚀 promptless

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

Philosophy

promptless follows the suckless philosophy and is simple by design. The code-base 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

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 its ROBUST.