Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.25 KB

File metadata and controls

40 lines (27 loc) · 1.25 KB

Build Status AUR KDE Store

A KRunner plugin / "runner" that lists Zed's recent workspaces

  • Quickly re-open the workspace in Zed by pressing Enter
  • Supports: Stable, Dev versions of Zed

Screenshot

Screenshot

Requirements

  • kstart (optional)
    • Recommended: kstart (kde-cli-tools) makes Zed appear under the configured application id, which helps distinguish Zed processes in tools like KDE System Monitor. If kstart is not available, the runner will still launch Zed directly, but the process may not be associated with the desktop application id in process lists.
    • Arch: sudo pacman -S kde-cli-tools

Building

cargo build --release

Install plugin

cp target/release/krunner-zed package/krunner-zed && package/install.sh

Uninstall plugin

package/uninstall.sh