Plugin for anyrun to show recently opened projects with Zed. This is very similar to my previous project VSCode recents. Tested on Zed 0.167.1
, hopefully file format is not changed so it continues to work.
// <Anyrun config dir>/zed.ron
Config(
prefix: ":zed", // "" by default
command: "zeditor", // At least on Arch Linux it's like that
icon: "zed",
database: "~/.local/share/zed/db/0-stable/db.sqlite",
show_empty: false,
max_entries: 5,
)
cargo build --release && cp target/release/libzed_recents.so ~/.config/anyrun/plugins/