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

kcookiejar5 - Command line interface to the KDE HTTP cookie daemon

Authors

WaldoBastian <bastian@kde.org>
           Author.

       DawitAlemayehu <adawit@kde.org>
           Author.

Bugs

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

Description

kcookiejar5 is a command line interface to the HTTP cookie store used by KDE, a D-Bus service to
       store/retrieve/clean cookies.

Name

       kcookiejar5 - Command line interface to the KDE HTTP cookie daemon

Notes

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

Frameworks 5.13                                    2015-07-31                                     KCOOKIEJAR5(8)

Options

-h--help
           Show help about options.

       -v--version
           Show version information.

       --shutdown
           Shut down cookie jar and the D-Bus service.

       --removedomain
           Removes cookies for domain from the cookie jar.

       --remove-all
           Removes all the cookies from the cookie jar.

       --reaload-config
           Reloads the configuration file.

See Also

kf5options(7), qt5options(7)

Synopsis

kcookiejar5 [-h, --help] [-v, --version] [--shutdown] [--remove domain] [--remove-all] [--reload-config]

Usage

kcookiejar5 is a command line tool to access the kded module which manages cookies in Konqueror and other
       KDE applications.

       When started without parameters it loads the kded module to provide the D-Bus interface to store cookies.

       When kcookiejar5 is started with some parameters, it does additional tasks to the cookies jar it
       provides, like removing the cookies from one domain.

See Also