promptconv

Crates.iopromptconv
lib.rspromptconv
version0.1.3
sourcesrc
created_at2021-08-26 01:08:18.358768
updated_at2021-08-26 01:08:18.358768
descriptionA simple Bash > Zsh prompt converter
homepagehttps://github.com/notronaldmcdonald/promptconv
repositoryhttps://github.com/notronaldmcdonald/promptconv
max_upload_size
id442419
size26,735
(InYourWalls)

documentation

README

promptconv

A simple BASH > Zsh prompt conversion utility.

What is it?

Just converts a Bash shell prompt to a zsh prompt.

Usage

$ promptconv --help

promptconv 0.1.1
A simple Bash > Zsh prompt converter.

USAGE:
    promptconv [FLAGS] <prompt>

FLAGS:
    -h, --help       Prints help information
    -q, --quiet      Print less text, only printing the zsh prompt when done
    -V, --version    Prints version information

ARGS:
    <prompt>    Bash prompt to convert

Warnings

This program cannot:

  • Filter out Bash-specific escapes

It is meant to convert most Bash escapes to Zsh escapes.

Additional Links

License | Releases
Commit count: 0

cargo fmt