# topdrop A small tool for managing dropdown/quake-style terminals, similar to [tdrop](https://github.com/noctuid/tdrop). Supported by any window manager supported by xdotool. ``` Usage: topdrop [OPTIONS] Arguments: The name of the application to launch The top left x coordinate of the window The top left y coordinate of the window The bottom right x coordinate of the window The bottom right y coordinate of the window Options: -u, --unique-name Only needed if trying to manage multiple dropdowns from the same application -s, --state [possible values: modal, sticky, maximized-vert, maximized-horz, above, below, skip-taskbar, skip-pager, fullscreen, hidden, shaded, demands-attention] -h, --help Print help ``` ## Requirements - [xdotool](https://github.com/jordansissel/xdotool) - Linux-based/MacOS operating system ## Installation ### Cargo - cargo install topdrop ### Pre-built binary - Can be downloaded via [releases](https://github.com/dob9601/topdrop/releases/latest) - Available for Apple Darwin and MUSL targets.