Skip to content

Instantly share code, notes, and snippets.

@shawalli
Last active January 6, 2023 16:12
Show Gist options
  • Save shawalli/dfa1d42a9d5a4d39510161d3bdf72c7f to your computer and use it in GitHub Desktop.
Save shawalli/dfa1d42a9d5a4d39510161d3bdf72c7f to your computer and use it in GitHub Desktop.
Common OS tools and where to get them

MacOS

Mac App Store

  • Battery Monitor: Health, Info
  • Boop - run text snippets through common transformers, e.g. base 64 encode/decode, strip backlashes, etc
  • Patterns - RegEx tester, visually similar to regex101.com

Website

Brew

  • asdf - tool version manager. Like pyenv, rbenv, nvm, goenv, but for any tool.
  • yq - command-line YAML data extractor

asdf

  • awscli
  • golang
  • jq - command-line JSON data extractor
  • nodejs
  • python
  • ruby
  • terraform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment