Skip to content

Is there a better way to list cask which auto-update? #4033

Answered by gromgit
IdyllicHappiness asked this question in Casks
Discussion options

You must be logged in to vote

Since you already have jq installed, here's a one-liner that's purely local:

brew info --cask --json=v2 $(brew ls --cask) | jq -r '.casks[]|select(.auto_updates==true)|.token'

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@IdyllicHappiness
Comment options

@Qhilm
Comment options

Comment options

You must be logged in to vote
1 reply
@IdyllicHappiness
Comment options

Answer selected by IdyllicHappiness
Comment options

You must be logged in to vote
1 reply
@gromgit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Casks
Labels
None yet
5 participants