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

sawfish-client — Evaluate arbitrary Lisp forms with sawfish.

Author

       This  manual  page  was written by Christian Marillat marillat@debian.org for the DebianGNU/Linux system
       (but may be used by others).

                                                                                               sawfish-client(1)

Description

       This allows you to connect to a window manager process and evaluate arbitrary Lisp forms.

Name

       sawfish-client — Evaluate arbitrary Lisp forms with sawfish.

Options

--display Connect to the window manager on display X

       -q        Be quiet (perform commands asynchronously)

       -fFUNCTION
                 Call Lisp function FUNCTION on the server

       -cCOMMAND
                 Call the interactive Lisp function COMMAND-rFEATURE
                 Require the module called FEATURE-eFORM
                 Evaluate Lisp form FORM on the server

       -         Read lines of input until EOF, evaluating each one as it is read

       --        Read forms from standard input until EOF, evaluating the whole lot in one go (inside a progn)

See Also

       Sawfish are documented fully by JohnHarper       available via the Info system .

Synopsis

sawfish-client [ --displayX][-q][-fFUNCTION][-cCOMMAND][-rFEATURE][-eFORM][-][--]

See Also