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 (7c445ce 2024-09-04)
Debug :false
OS : linux-x86_64 (unix)
Ya
Version: 0.3.3 (7c445ce 2024-09-04)
Emulator
Emulator.via_env: ("xterm-256color", "WezTerm")
Emulator.via_csi: Ok(WezTerm)
Emulator.detect : WezTerm
Adapter
Adapter.matches: Iterm2
Desktop
XDG_SESSION_TYPE : Some("wayland")
WAYLAND_DISPLAY : Some("wayland-0")
DISPLAY : Some(":1")
SWAYSOCK : None
HYPRLAND_INSTANCE_SIGNATURE: None
WAYFIRE_SOCKET : None
SSH
shared.in_ssh_connection: false
WSL
WSL: false
Variables
SHELL : Some("/usr/bin/bash")
EDITOR : Some("vim")
VISUAL : None
YAZI_FILE_ONE : None
YAZI_CONFIG_HOME : None
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 : No such file or directory (os error 2)
ZELLIJ_SESSION_NAME: None
Zellij version : No such file or directory (os error 2)
Dependencies
file : 5.44
ueberzugpp : No such file or directory (os error 2)
ffmpegthumbnailer: No such file or directory (os error 2)
magick : No such file or directory (os error 2)
fzf : 0.54.1
fd : No such file or directory (os error 2)
rg : 13.0.0
chafa : 1.12.4
zoxide : 0.9.6
7z : 16.02
7zz : No such file or directory (os error 2)
jq : 1.6
--------------------------------------------------
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 "/home/user/.local/state/yazi" directory.
Please describe the problem you're trying to solve
When the ya pack -l command is executed, it shows the username and repository name.
I think that showing only the username and repository name is not very helpful.
So, I would like to show the commit hash as well.
Showing the commit hash is easy because it is written in package.toml.
It seems that it can be accomplished just by modifying yazi-cli/src/package/parser.rs.
yazi --debug
outputPlease describe the problem you're trying to solve
When the
ya pack -l
command is executed, it shows the username and repository name.I think that showing only the username and repository name is not very helpful.
So, I would like to show the commit hash as well.
Showing the commit hash is easy because it is written in package.toml.
It seems that it can be accomplished just by modifying
yazi-cli/src/package/parser.rs
.yazi/yazi-cli/src/package/parser.rs
Lines 69 to 89 in 0baccdc
Would you be willing to contribute this feature?
Describe the solution you'd like
current format
I want to show the following format
I would like to contribute, but I am a Rust beginner.
So it may take time.
I appreciate your help.
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: