A plugin for Oh My Fish.
Display feedback and diagnostic messages - that is, messages that are printed to stderr and, as such, are not part of s program's output - stylized through control characters. Text placed between pipe characters, i.e. |, will be displayed in bold. Messages come in the following flavors:
-
win, a confirmation message. -
wrn, a warning message. -
err, an error message. It is a good practice to prefix your error message with the name of the command that failed, such ascommand: error message. -
dim, a dimmed message. Commonly used to point out some activity in the background. -
reg, a regular message.
[win/err/wrn/dim/reg] [-nsEeh] [MESSAGE]
-
-o, overwrite current line. -
-n, do not output a newline. -
-s, do not separate arguments with spaces. -
-E, disable interpretation of backslash escapes (default). -
-e, enable interpretation of backslash escapes. -
-h, display instructions.
If -e is used, the following sequences are recognized:
-
\, backslash. -
\a, alert (BEL). -
\b, backspace. -
\c, produce no further output. -
\e, escape. -
\f, form feed. -
\n, new line. -
\r, carriage return. -
\t, horizontal tab. -
\v, vertical tab. -
\0NNN, byte with octal value NNN (1 to 3 digits). -
\xHH, byte with hexadecimal value HH (1 to 2 digits).
omf repositories add https://gitlab.com/argonautica/argonautica
omf install feedbackPlugin contains_opts. If not installed, it'll be installed together with feedback.
