-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
nix search github:lordkekz/nix-yazi-plugins ^
results in:
* packages.x86_64-linux.bypass (0-unstable-2025-04-09)
Yazi plugin for skipping directories with only a single sub-directory.
* packages.x86_64-linux.chmod (25.2.26-unstable-2025-03-02)
Execute chmod on the selected files to change their mode
* packages.x86_64-linux.copy-file-contents (2025-02-18)
Copy the contents of a file to clipboard directly from Yazi.
* packages.x86_64-linux.diff (25.2.7-unstable-2025-03-02)
Diff the selected file with the hovered file, create a living patch, and copy it to the clipboard
* packages.x86_64-linux.duckdb (25.4.8-unstable-2025-04-09)
Yazi plugin that uses duckdb to preview data files
* packages.x86_64-linux.exifaudio (2025-02-18)
Preview audio files metadata on yazi
* packages.x86_64-linux.full-border (25.2.26-unstable-2025-03-11)
Add a full border to Yazi to make it look fancier
* packages.x86_64-linux.git (25.4.4-unstable-2025-04-04)
Show the status of Git file changes as linemode in the file list
* packages.x86_64-linux.glow (0-unstable-2025-04-14)
Glow preview plugin for yazi
* packages.x86_64-linux.hide-preview (2025-02-18)
Switch the preview pane between hidden and shown.
* packages.x86_64-linux.jump-to-char (25.2.26-unstable-2025-03-02)
Switch the preview pane between hidden and shown
* packages.x86_64-linux.lazygit (0-unstable-2025-03-31)
Lazygit plugin for yazi
* packages.x86_64-linux.lsar (25.2.26-unstable-2025-03-02)
Previewing archive contents with lsar
* packages.x86_64-linux.mactag (25.4.4-unstable-2025-04-04)
Previewing archive contents with mactag
* packages.x86_64-linux.max-preview (2025-02-18)
Maximize or restore the preview pane.
* packages.x86_64-linux.mediainfo (25.2.7-unstable-2025-04-05)
Yazi plugin for previewing media files
* packages.x86_64-linux.miller (0-unstable-2024-08-28)
Miller, now in yazi
* packages.x86_64-linux.mime-ext (25.4.4-unstable-2025-04-04)
Previewing archive contents with mime-ext
* packages.x86_64-linux.mount (25.2.26-unstable-2025-03-02)
Previewing archive contents with mount
* packages.x86_64-linux.no-status (25.2.7-unstable-2025-03-02)
Previewing archive contents with no-status
* packages.x86_64-linux.open-with-cmd (2025-02-18)
This is a Yazi plugin for opening files with a prompted command.
* packages.x86_64-linux.ouch (2025-02-18)
A Yazi plugin to preview archives
* packages.x86_64-linux.piper (25.4.8-unstable-2025-04-13)
Pipe any shell command as a previewer
* packages.x86_64-linux.projects (0-unstable-2025-03-03)
Yazi plugin that adds the functionality to save and load projects
* packages.x86_64-linux.relative-motions (25.2.7-unstable-2025-04-07)
Yazi plugin based about vim motions
* packages.x86_64-linux.restore (25.2.7-unstable-2025-04-04)
Undo/Recover trashed files/folders
* packages.x86_64-linux.rich-preview (2025-02-18)
Rich preview plugin for yazi file manager
* packages.x86_64-linux.smart-enter (25.2.26-unstable-2025-03-02)
Previewing archive contents with smart-enter
* packages.x86_64-linux.smart-filter (25.2.26-unstable-2025-03-02)
Previewing archive contents with smart-filter
* packages.x86_64-linux.starship (25.4.8-unstable-2025-04-09)
Starship prompt plugin for yazi
* packages.x86_64-linux.sudo (0-unstable-2025-02-08)
Call `sudo` in yazi
* packages.x86_64-linux.system-clipboard (2025-02-18)
Cross platform implementation of a simple system clipboard for yazi file manager
* packages.x86_64-linux.time-travel (0-unstable-2025-02-14)
Yazi plugin for browsing backwards and forwards in time via BTRFS / ZFS snapshots
* packages.x86_64-linux.toggle-pane (25.2.26-unstable-2025-03-19)
Previewing archive contents with toggle-pane
* packages.x86_64-linux.vcs-files (25.4.8-unstable-2025-04-08)
Previewing archive contents with vcs-files
* packages.x86_64-linux.yamb (2025-02-28)
A Yazi plugin for bookmark management.
* packages.x86_64-linux.yatline (0-unstable-2025-04-11)
Yazi plugin for customizing both header-line and status-line
* packages.x86_64-linux.yatline-catppuccin (0-unstable-2025-03-05)
Soothing pastel theme for Yatline
However, when I try any of the following:
yaziPlugins = {
enable = true;
plugins = {
exifaudio.enable = true;
mactag.enable = true;
miller.enable = true;
no-status.enable = true;
};
};
I get an error that there is no such attribute as exifaudio
, mactag
, miller
, or no-status
provided under programs.yazi.yaziPlugins.plugins
.
Metadata
Metadata
Assignees
Labels
No labels