sxyazi / yazi

💥 Blazing fast terminal file manager written in Rust, based on async I/O.
https://yazi-rs.github.io
MIT License
16.72k stars 389 forks source link

feat: include package revision hash in `ya pack --list` #1884

Closed yudai0804 closed 2 weeks ago

yudai0804 commented 2 weeks ago

resolves #1881

When using ya pack -l, show commit hash.

Before(don't show commit hash)

$ ya pack -l
plugins:
    GrzegorzKozub/mdcat
flavors:
    yazi-rs/flavors:catppuccin-mocha

After(show commit hash)

$ ya pack -l
plugins:
    GrzegorzKozub/mdcat (78cef96)
flavors:
    yazi-rs/flavors:catppuccin-mocha (d504f70)

Note

This content is specific to my environment, so please don't worry about it.