winpax / sfsu

(WIP) A modern, and very very fast, implementation of Scoop
Apache License 2.0
126 stars 6 forks source link

info: Support `Updated at` and `Updated by` #509

Closed brian6932 closed 6 months ago

brian6932 commented 8 months ago

Is your feature request related to a problem? Please describe

scoop info supports these properties

❯ scoop info coolermaster-masterplus

Name        : coolermaster-masterplus
Description : Cooler Master device control software
Version     : 1.9.4
Bucket      : dank-scoop
Website     : https://masterplus.coolermaster.com
License     : Proprietary
Updated at  : 2024-01-02 3:31:13 AM
Updated by  : github-actions[bot]
Shortcuts   : Master Plus

❯ sfsu info coolermaster-masterplus
Name        : coolermaster-masterplus
Description : Cooler Master device control software
Version     : 1.9.4
Bucket      : dank-scoop
Website     : https://masterplus.coolermaster.com/
License     : Proprietary
Installed   : No

Describe the solution you'd like

These properties added

jewlexx commented 8 months ago

Shortcuts shouldn't be too hard.

The issues I have with Updated at/by at the moment are these rely on git integration, which I don't really have yet.

Once #447 is merged I can work on those.

jewlexx commented 6 months ago

Update: shortcuts have been added in #534.

jewlexx commented 6 months ago

Added in #538