vipsi - the friendly vip script interpreter

Appendix

Preferences Files

Default Appendix: Preferences Filespreferences files are installed into /usr/lib/vipsi/ Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
every user may store his own Interactive Shell: Preferencespreferences in ~/.vipsi/. There are 3 different Text functions: file
Instructions: file
files
:

  1. shell.prefs used for Flow control: if … then
    Flow control: try … then
    the
    interactive vipsi shell
  2. Example Scripts: CGI Scripts
    Example Scripts: Scripts
    script
    .prefs
    used for Example Scripts: CGI Scripts
    Example Scripts: Scripts
    scripts
  3. /etc/vipsi.cgi.conf used for Modes of Operation: CGI Scripts
    Example Scripts: CGI Scripts
    cgi scripts

Interactive Shell: PreferencesPreferences are Instructions: readread from /usr/lib/vipsi/shell.prefs Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
, Flow control: if … thenif existent, from Text functions: file
Instructions: file
file
~/.vipsi/shell.prefs. Flow control: if … then
Flow control: try … then
The
Appendix: Preferences Filespreferences file contains a Literals: List literals
Lists and arrays: List literals
list literal
according to Flow control: if … then
Flow control: try … then
the
vip Example Scripts: CGI Scripts
Example Scripts: Scripts
script
language Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
is evaluated similar to Vipsi command syntax: Functions
Functions
Glossary: Function
function
Functions with varying return types: eval
Instructions: eval
eval
. Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
Not
much Interactive Shell: Preferencespreferences can be set yet, most useful is setting colors for Constants: stdinstdin, Constants: stdoutstdout Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
Constants: stderrstderr Flow control: if … thenif you have problems with Flow control: if … then
Flow control: try … then
the
default magic.

Default "shell.prefs"

{

/*  Interactive Shell: Preferencespreferences for vipsi
    run mode: Modes of Operation: Interactive Shellinteractive shell

    List functions: thisthis Text functions: file
Instructions: file
file
must obey vip Example Scripts: CGI Scripts
Example Scripts: Scripts
script
syntax List functions: thisthis Text functions: file
Instructions: file
file
must evaluate to a Data Types: Lists and arrays
Glossary: list, list_val
list
*/ prompt="vipsi> ", /* color defs: e.g.: normal, black, dark blue, bright_red, bold blue, inverse, bold underline green */ color_put="normal", color_get="blue", color_err="inverse red", 0 /* for convenience only */ }

Default "script.prefs"

{

/*  Interactive Shell: Preferencespreferences for vipsi
    run mode: Example Scripts: CGI Scripts
Example Scripts: Scripts
script
List functions: thisthis Text functions: file
Instructions: file
file
must obey vip Example Scripts: CGI Scripts
Example Scripts: Scripts
script
syntax List functions: thisthis Text functions: file
Instructions: file
file
must evaluate to a Data Types: Lists and arrays
Glossary: list, list_val
list
*/ /* color defs: e.g.: normal, black, dark blue, bright_red, bold blue, inverse, bold underline green */ color_put="normal", color_get="blue", color_err="inverse red", 0 /* for convenience only */ }

Default "vipsi.cgi.conf"

//  Interactive Shell: Preferencespreferences for vipsi
//  run mode: Modes of Operation: CGI Scripts
Example Scripts: CGI Scripts
cgi script
{ }

Valid HTML   Valid CSS