psprompt

Crates.iopsprompt
lib.rspsprompt
version0.1.3
sourcesrc
created_at2024-04-27 22:02:00.201268
updated_at2024-11-07 20:38:00.119929
descriptionCreate colorful prompts for the terminal
homepage
repositoryhttps://github.com/ArielHorwitz/psprompt
max_upload_size
id1222877
size20,800
Ariel Horwitz (ArielHorwitz)

documentation

README

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
Commit count: 13

cargo fmt