可安装的自制啤酒酒桶清单 [英] List of installable Homebrew casks

查看:76
本文介绍了可安装的自制啤酒酒桶清单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以通过 Homebrew酒桶获取所有可安装的酒桶的列表(可能带有说明)./a>?

Is there a way to obtain a list (possibly with descriptions) of all the casks installable with Homebrew Cask?

推荐答案

使用浏览器列出

  1. 访问网站 https://formulae.brew.sh/
  2. 使用*作为搜索字符串,所有酒桶都将显示
  1. Visit the website https://formulae.brew.sh/
  2. Use * as search string and all the casks will be displayed


使用命令行列出

for cask in $(brew search); do
    brew cask info $cask;
done

这篇关于可安装的自制啤酒酒桶清单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆