-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(scoop-list): Show last-updated time #4723
Conversation
@niheaven how to detect if a manifest is user-generated? If it's a one-line change I can include it in this PR (and update the title). |
Likes in my screenshot, the manifest is installed from a folder called You could try it by This type of installation is always hold, since the generated manifest will never be updated and |
I added the Any way to know from where (i.e. which bucket) the custom manifest was generated? |
Nope, scoop cannot know the original bucket except for an app search (just like the way scoop find app, by searching all local buckets). You could mask the manifest by using |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Include an "Updated" field in the list, so users can sort it by most-recently updated apps.
Note: By default, if an object has more than 4 properties, PowerShell shows it as a 'List' instead of 'Table'. So a custom format file is needed to retain the Table here.
Motivation and Context
Closes #3777
Relates to #4718
How Has This Been Tested?
Checklist: