1 unstable release

0.1.2 Apr 27, 2024

#250 in Configuration

Download history 188/week @ 2024-04-26 5/week @ 2024-05-03

193 downloads per month

Unlicense

10KB
252 lines

Generate colorful prompts for the terminal.

## Generate the config:
psprompt --generate > ~/.config/psprompt.toml

## Apply to the current session only:
eval $(psprompt)

## Apply to new sessions:
echo 'eval $(psprompt)' >> ~/.bashrc

Usage: psprompt [OPTIONS]

Options:
      --config <CONFIG>
          Config file (default: ~/.config/psprompt.toml)

      --generate
          Print template config file

  -s, --style <STYLE>
          Style
          
          [possible values: double, extended, full, normal, micro, nano]

  -U, --user <USER>
          User name

  -H, --host <HOST>
          Host name

  -L, --location <LOCATION>
          Location

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

Dependencies

~1.5–2.3MB
~45K SLoC