1.0.2 • Published 7 years ago
promptless v1.0.2
🚀 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" | shWebscale
npm install promptlessManual
# Inside your .bashrc, .zshrc, etc.
. /path/to/promptless.shTests
Run ./test.sh to run unit tests on promptless.
NOTE: The testing framework requires bash since its ROBUST.