Skip to content

rwxae/rofi-zed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rofi-zed

demo.mp4

Quickly open recent Zed Editor projects with Rofi.

Install

Add rofi-zed input to your flake:

{
  inputs = {
    rofi-zed.url = "github:rwxae/rofi-zed";
    rofi-zed.inputs.nixpkgs.follows = "nixpkgs";
  };
}

Install using Home Manager:

{ inputs, ... }:

{
  programs.rofi = {
    plugins = [
      inputs.rofi-zed.packages.${pkgs.stdenv.system}.default
    ];
    modes = "zed-recent";
  };
}

Usage

As a Rofi mode

rofi -show zed-recent -modi zed-recent
rofi -show combi -combi-modi drun,zed-recent,ssh

Credits

About

Quickly open recent Zed Editor projects with Rofi.

Topics

Resources

License

Stars

Watchers

Forks

Contributors