raket 0.1.4

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

Features

  • Configuration file that's easy to set up!

[!IMPORTANT]
Raket has currently only been tested on MacOS.


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 ===

ico_entry_success = 
ico_entry_failed = 󰯈

# === colors ===

col_entry_success = #9ec1a3
col_entry_failed = #aa4465

col_main = #aab4c0
col_git_branch = #9ec1a3
col_git_paren = #aab3c0

# === settings ===

# add space in between each command
set_space = true

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

Dependencies


License

This project is licensed under the MIT License.