Skip to content
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

Filter packages based on whether they were installed intentionally #70

Closed
3 tasks done
buresdv opened this issue Mar 24, 2023 · 1 comment
Closed
3 tasks done
Assignees
Labels
Enhancement New feature or request

Comments

@buresdv
Copy link
Owner

buresdv commented Mar 24, 2023

Requested here: https://indieweb.social/@infotexture/110077275431348917

Possible implementation:

  • Each package has a file called INSTALL_RECEIPT.json inside its folder. This file includes a short JSON description of the package (This basically means we can get info about the package without pulling it from brew info, a possible way to speed up loading of the package details screen, the same system as Speed up loading of package details #69)
  • As a deferred async operation, read the value of the key installed_on_request anda ssign it to each package in the tracker
  • Add a search tag that will let the user filter out only the packages that have installed_on_request set to true

Points:

  1. Assume every cask has been intentionally installed
@buresdv buresdv self-assigned this Mar 24, 2023
@buresdv buresdv added the Enhancement New feature or request label Mar 24, 2023
@buresdv
Copy link
Owner Author

buresdv commented Mar 24, 2023

Implemented

@buresdv buresdv closed this as completed Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant