Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arielhorwitz/psprompt
Create colorful prompts for the terminal
https://github.com/arielhorwitz/psprompt
Last synced: 4 days ago
JSON representation
Create colorful prompts for the terminal
- Host: GitHub
- URL: https://github.com/arielhorwitz/psprompt
- Owner: ArielHorwitz
- License: unlicense
- Created: 2024-02-04T15:34:20.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-07T20:38:13.000Z (about 2 months ago)
- Last Synced: 2024-12-08T04:35:38.968Z (17 days ago)
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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)' >> ~/.bashrcUsage: psprompt [OPTIONS]
Options:
--config
Config file (default: ~/.config/psprompt.toml)--generate
Print template config file-s, --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
```