prompt_fancy {prompt}R Documentation

A fancy prompt, showing probably too much information

Description

It also uses color, on terminals that support it. Is shows:

Usage

prompt_fancy(expr, value, ok, visible)

Arguments

expr

Evaluated expression.

value

Its value.

ok

Whether the evaluation succeeded.

visible

Whether the result is visible.

Value

prompt_fancy() returns the prompt string.

See Also

Other example prompts: new_prompt_powerline(), prompt_devtools(), prompt_git(), prompt_mem(), prompt_runtime(), prompt_status()


[Package prompt version 1.0.2 Index]