The Zed Search Provider Extension is a GNOME Shell extension that launches Zed for specific workspace via Gnome Shell search.
- Compatible with GNOME Shell versions 48, and potentially later releases.
- Compiles a list of Zed workspaces
- Debian/Ubuntu:
sudo apt-get install gir1.2-gda-5.0
For the latest development version, you may need to ensure git
and node
are installed first. Proceed to the directory where you wish to download the source code and execute the following commands:
git clone https://github.com/hron/zed-search-provider.git
cd zed-search-provider
npm install && npm run setup
Following installation, the extension must be enabled.
- Restart GNOME Shell (
Alt
+F2
,r
,Enter
, or Log-Out/Log-In if operating on Wayland) - The Zed Search Provider extension should now appear in the Extensions application. If not visible, reopen the application to refresh the data, and you can then enable it.
If you are interested in contributing, kindly fork the repository and create a feature branch. Pull requests are highly appreciated.