Closed yudai0804 closed 2 weeks ago
In the future, I would like to display the commit message. And I am also interested in implementing that feature.
Nice to have!
To achieve this we need to add a new rev
field getting process alongside the existing use
, and print it out here:
@yudai0804 Would you like to give it a go?
Thank you! I'll try it.
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 modifyingyazi-cli/src/package/parser.rs
.https://github.com/sxyazi/yazi/blob/0baccdc9aaa26bbea458f0b7fcbe7916c8b2c1df/yazi-cli/src/package/parser.rs#L69-L89
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