logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kjs5 - KDE ECMAScript compatible interpreter

Application Options

--help,-help,-h
           Show kjs5 usage.

       --version,-version,-v
           Show kjs5 version.

       -estatement
           Executes the statement and exits. For example:

               kjs5 -e "print('hello world')"

       script
           Executes the statements included in file script.

Author

HarriPorten <porten@kde.org>
           Author.

Bugs

       Please use KDE'sbugtracker[1] to report bugs.

Description

kjs is KDE ECMAScript/JavaScript engine.

Name

       kjs5 - KDE ECMAScript compatible interpreter

Notes

        1. KDE's bugtracker
           http://bugs.kde.org

KDE Frameworks Frameworks 5.0                      2014-05-04                                            KJS5(1)

See Also

kjscmd5(1)

Synopsis

kjs5 [[--help] | [-help] | [-h]] [[--version] | [-version] | [-v]] [[-e statement]] [script]

Usage

kjs5file, as many other interpreters, when called without parameters uses a line editor to enter
       statements, showing the prompt

           JS>

       To exit the line editor type quit() or press Ctrl+D.

See Also