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
wezterm 20240203-110809-5046fc22 using PowerShell 7.5.0 (happens in any terminal)
yazi --debug output
Yazi
Version: 25.3.7 (31177fd 2025-03-08)
Debug :false
Triple : x86_64-pc-windows-msvc (windows-x86_64)
Rustc : 1.85.0 (4d91de4e 2025-02-17)
Ya
Version: 25.3.7 (31177fd 2025-03-08)
Emulator
TERM : Some("xterm-256color")
TERM_PROGRAM : Some("WezTerm")
TERM_PROGRAM_VERSION: Some("20240203-110809-5046fc22")
Brand.from_env : Some(WezTerm)
Emulator.detect : Emulator { kind: Left(WezTerm), light: false, cell_size: None }
Adapter
Adapter.matches: Iip
Desktop
XDG_SESSION_TYPE : None
WAYLAND_DISPLAY : None
DISPLAY : None
SWAYSOCK : None
HYPRLAND_INSTANCE_SIGNATURE: None
WAYFIRE_SOCKET : None
SSH
shared.in_ssh_connection: false
WSL
WSL: false
Variables
SHELL : Some("pwsh")
EDITOR : Some("vim")
VISUAL : Some("vim")
YAZI_FILE_ONE : Some("C:\\Program Files\\Git\\usr\\bin\\file.exe")
YAZI_CONFIG_HOME: None
YAZI_ZOXIDE_OPTS: None
FZF_DEFAULT_OPTS: Some("--walker file,follow,hidden")
Text Opener
default : Some(Opener { run: "code %*", block: false, orphan: true, desc: "code", for_: None, spread: true })
block-create: Some(Opener { run: "code -w %*", block: true, orphan: false, desc: "code (block)", for_: None, spread: true })
block-rename: Some(Opener { run: "code -w %*", block: true, orphan: false, desc: "code (block)", for_: None, spread: true })
Multiplexers
TMUX :false
tmux version : program not found
tmux build flags : enable-sixel=Unknown
ZELLIJ_SESSION_NAME: None
Zellij version : program not found
Dependencies
file : 5.46
ueberzugpp : program not found
ffmpeg/ffprobe: 7.1 / 7.1
pdftoppm : 24.08.0
magick : 7.1.1-44
fzf : 0.60.3
fd/fdfind : 10.2.0 / program not found
rg : 14.1.1
chafa : program not found
zoxide : 0.9.7
7zz/7z : program not found / 24.09
jq : 1.7.1
Clipboard
wl-copy/paste: program not found / program not found
xclip : program not found
xsel : program not found
See https://yazi-rs.github.io/docs/plugins/overview#debugging on how to enable logging or debug runtime errors.
Describe the bug
Since, there is now way to navigate to a different drive in yazi (as far as I know), I tried to set up a symbolic link in the root of my C: drive to point to the D: drive.
Yazi has an unexpected way of choosing which of the hidden symbolic links to actually hide, depending on what their targets are.
Here's an example of some junctions and symbolic links I currently have on my C: drive.
What system are you running Yazi on?
Windows 10 Pro 22H2 19045.5487
What terminal are you running Yazi in?
wezterm 20240203-110809-5046fc22 using PowerShell 7.5.0 (happens in any terminal)
yazi --debug
outputDescribe the bug
Since, there is now way to navigate to a different drive in yazi (as far as I know), I tried to set up a symbolic link in the root of my C: drive to point to the D: drive.
Yazi has an unexpected way of choosing which of the hidden symbolic links to actually hide, depending on what their targets are.
Here's an example of some junctions and symbolic links I currently have on my C: drive.
Files I expect yazi to list when "hidden" is off:
Files yazi actually lists when "hidden" is off:
The non-hidden D junctions are not visible, while the hidden Users junctions are visible.
Minimal reproducer
Create a Junction or Symbolic link:
Make file/link hidden:
List files with attributes and link type information:
Compare with yazi.
Anything else?
No response
Checklist
yazi --debug
) input box to the nightly that I triedmv ~/.config/yazi ~/.config/yazi-backup
)The text was updated successfully, but these errors were encountered: