#窗口管理器 #应用程序 #xdotool #下拉菜单 #终端 #命令行界面 #tdrop

app topdrop

类似于tdrop的下拉窗口管理器的Rust实现

2个不稳定版本

0.3.0 2023年7月28日
0.2.0 2023年7月28日

#1069GUI

MIT 许可证

11KB
235

topdrop

一个用于管理下拉/quake风格的终端的小工具,类似于 tdrop

由xdotool支持的任何窗口管理器都支持。

Usage: topdrop [OPTIONS] <APPLICATION_NAME> <X1> <Y1> <X2> <Y2>

Arguments:
  <APPLICATION_NAME>  The name of the application to launch
  <X1>                The top left x coordinate of the window
  <Y1>                The top left y coordinate of the window
  <X2>                The bottom right x coordinate of the window
  <Y2>                The bottom right y coordinate of the window

Options:
  -u, --unique-name <UNIQUE_NAME>  Only needed if trying to manage multiple dropdowns from the same application
  -s, --state <STATE>              [possible values: modal, sticky, maximized-vert, maximized-horz, above, below, skip-taskbar, skip-pager, fullscreen, hidden, shaded, demands-attention]
  -h, --help                       Print help

需求

  • xdotool
  • 基于Linux/MacOS的操作系统

安装

Cargo

  • cargo install topdrop

预构建的二进制文件

  • 可以通过 发布 下载
  • 适用于Apple Darwin和MUSL目标。

依赖关系

~3–14MB
~120K SLoC