raket 0.1.2

A simple bash prompt.
raket-0.1.2 is not a library.

Features

  • For designing your folder structures Raket features its own scripting language with support for custom variables, striking a balance between flexibility and ease-of-use. Neovim plugin for syntax highlighting and such is available here.
  • Subcommands for normalizing, correcting and sorting raw audio stems in record-time (not implemented yet).

Install

Install binary using cargo:

cargo install raket

Add the following line to your .bashrc:

PROMPT_COMMAND='PS1="$(raket)"'

Config

Launch Raket for the first time to generate a default config file:
~/.config/raket/config

icons [
    prompt = ""
]

colors [
    main = "#aab3c0"
    git_branch = "#9ec1a3"
    git_branch_paren = "#aab3c0"
]

settings [
    # add space in between each command
    space = true

    # if true, the prompt input will be below. if false, on the same line
    prompt_newline = true
]

Dependencies


License

This project is licensed under the MIT License.