Skip to content

Command chaining is broken #71

@lahwaacz

Description

@lahwaacz

Basic chaining works fine:

$ xdotool search --class MuPDF getwindowname
command-line.pdf - 1/169 (102 dpi)

But the -- separator mentioned in the man page is not recognized:

$ xdotool search --class MuPDF -- getwindowname
xdotool: Unknown command: --
Run 'xdotool help' if you want a command list

Moreover, if you use the type subcommand, it consumes all the remaining command line arguments and "types" them to the window. It should only take one argument, spaces can be escaped from the shell.

xdotool version 3.20150503.1-1 in Arch Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions