Homebrew

Homebrew is a package manager for Apple's macOS operating system. It simplifies the installation of software and is popular in the Ruby on Rails community.
Here are 2,295 public repositories matching this topic...
-
Updated
Aug 19, 2021 - Go
Casks without zap
This is a list of casks without a zap
stanza. It is suitable for contributors of any experience level.
zap
s do not require any special tool to figure out, but they can help speed up the process.
If you make a PR to add a cask from this lis
To allow Linux users to use brew services
and to make formula less OS dependent we should migrate the formulae to use the OS agnostic service do
block.
- asimov
- automysqlbackup
- bitlbee
- burp
- carrot2
- [email protected]
- [email protected]
- coredns
- davmail
- dbus
- ddclient
- ejabberd
- elasticsearch
- elasticsearc
-
Updated
Jul 30, 2021 - Swift
-
Updated
Jun 5, 2021 - Swift
There are a lot of loops that we are not able to convert to ranges as they only loop over the active entities rather then all entities.
for (int i = 0; i < ActiveMissileCount; i++) {
int mx = ActiveMissiles[i];
if (Missiles[mx]._mitype == MIS_TOWN && missile._misource == id)
Missiles[mx]._mirange = 0;
}
This also means that we will still be indexing in to the global
-
Updated
Aug 20, 2021 - Java
-
Updated
Aug 22, 2021 - Go
-
Updated
May 12, 2020 - Python
-
Updated
Sep 27, 2020 - Shell
-
Updated
Aug 17, 2021 - Shell
-
Updated
Dec 10, 2020 - Swift
-
Updated
Jun 10, 2021 - Shell
-
Updated
Aug 16, 2021 - Haskell
Hello.
Is there a way to export an encrypted vault after logging in with --apikey
flag.
The scenario is running a periodic task with GitHub Actions to export and re-upload my encrypted vault to another storage medium. I thought I could call export
without a master password but the case seems not. I don't feel like providing GitHub with my master password.
I just noticed bw
populates
Created by Max Howell
Released 2009
Latest release 1 day ago
- Repository
- Homebrew/brew
- Website
- brew.sh
- Wikipedia
- Wikipedia
Homebrew/livecheck provides various automated ways of detecting formulae updates.
Repology provides an API that provides details on whether a Homebrew package is outdated e.g. https://repology.org/metapackage/boost/versions
A separate Ruby application that can be trivially deployed on e