promptconv 0.1.3

A simple Bash > Zsh prompt converter
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 26.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.18 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • InYourWalls

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.