You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yazi
Version: 0.3.3 (9483798 2024-09-07)
Debug :false
OS : macos-aarch64 (unix)
Ya
Version: 0.3.3 (9483798 2024-09-07)
Emulator
Emulator.via_env: ("xterm-256color", "iTerm.app")
Emulator.via_csi: Ok(Iterm2)
Emulator.detect : Iterm2
Adapter
Adapter.matches: Iterm2
Desktop
XDG_SESSION_TYPE : None
WAYLAND_DISPLAY : None
DISPLAY : Some("/private/tmp/com.apple.launchd.heOYLNHbse/org.macports:0")
SWAYSOCK : None
HYPRLAND_INSTANCE_SIGNATURE: None
WAYFIRE_SOCKET : None
SSH
shared.in_ssh_connection: false
WSL
WSL: false
Variables
SHELL : Some("/bin/zsh")
EDITOR : Some("nvim")
VISUAL : Some("nvim")
YAZI_FILE_ONE : None
YAZI_CONFIG_HOME : Some("/Users/anirudhgupta/dotfiles/yazi/.config/yazi")
Text Opener
default: Some(Opener { run: "${EDITOR:=vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block : Some(Opener { run: "${EDITOR:=vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
Multiplexers
TMUX :false
tmux version : 3.4
ZELLIJ_SESSION_NAME: None
Zellij version : No such file or directory (os error 2)
Dependencies
file : 5.41
ueberzugpp : 2.9.2
ffmpegthumbnailer: 2.2.3
magick : 7.1.1-38
fzf : 0.54.3
fd : 10.2.0
rg : 14.1.0
chafa : 1.14.4
zoxide : 0.9.4
7z : 17.05
7zz : No such file or directory (os error 2)
jq : 1.7.1
--------------------------------------------------
When reporting a bug, please also upload the `yazi.log` log file - only upload the most recent content by time.
You can find it in the "/Users/anirudhgupta/.local/state/yazi" directory.
Did you try the latest nightly build to see if the problem got fixed?
Didn't try
Describe the bug
When you add a plugin with ya pack -a, when you make a typo in the plugin repo name JUST for author/repo:plugin type ones, it creates a directory with plugin name but with only file inside, which is the "DO NOT ...".
When you dont make any typo, it behaves as expected.
Minimal reproducer
Run ya pack -a AnirudhG07/plugins-yazi:copy-file-cont
You will see a copy-file-cont.yazi being formed. The correct plugin name is copy-file-contents
I would expect that no such extra folder is made.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
What system are you running Yazi on?
macOS
What terminal are you running Yazi in?
iTerm2
yazi --debug
outputDid you try the latest nightly build to see if the problem got fixed?
Didn't try
Describe the bug
When you add a plugin with
ya pack -a
, when you make a typo in the plugin repo name JUST forauthor/repo:plugin
type ones, it creates a directory withplugin
name but with only file inside, which is the "DO NOT ...".When you dont make any typo, it behaves as expected.
Minimal reproducer
Run
ya pack -a AnirudhG07/plugins-yazi:copy-file-cont
You will see a
copy-file-cont.yazi
being formed. The correct plugin name iscopy-file-contents
I would expect that no such extra folder is made.
Anything else?
No response
The text was updated successfully, but these errors were encountered: