Adding command-line tools to stack

Description of the feature request

We need to install some small tools which takes additional time and I asked myself if they cannot be added to the stacks :slight_smile: These tools are installable via homebrew. Here is the content of our Brewfile:

tap "lokalise/cli-2"
brew "lokalise2" # tool for mobile localization cloud platform
brew "transcrypt" # used to transparently de-/encrypt the repo ios-keystore
brew "mint" # swift command-line tools package manager
brew "parallel" # build and execute shell command lines from standard input in parallel - https://www.gnu.org/software/parallel/man.html
brew "bash"

I think it’s a great idea. It might worth to create separate feature requests for the items, as I believe installing bash from brew might have higher impact (potential breaking changes) than e.g. transcrypt :thinking:

1 Like