You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Assume every cask has been intentionally installed
The text was updated successfully, but these errors were encountered:
Requested here: https://indieweb.social/@infotexture/110077275431348917
Possible implementation:
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 frombrew info
, a possible way to speed up loading of the package details screen, the same system as Speed up loading of package details #69)installed_on_request
anda ssign it to each package in the trackerinstalled_on_request
set totrue
Points:
The text was updated successfully, but these errors were encountered: