Get AI summaries of any video or article — Sign up free

Homebrew — Brand Summaries

AI-powered summaries of 4 videos about Homebrew.

4 summaries

No matches found.

Linux/Mac Terminal Tutorial: The Grep Command - Search Files and Directories for Patterns of Text

Corey Schafer · 2 min read

Grep is a fast way to search for text patterns across files and directories from the Linux or Mac terminal, and mastering its options turns a simple...

Grep CommandText SearchRegular Expressions

Python Tutorial: Ruff - A Fast Linter & Formatter to Replace Multiple Tools and Improve Code Quality

Corey Schafer · 2 min read

Ruff is positioned as an all-in-one, Rust-based Python linter and formatter that can replace a patchwork of tools—while running fast enough to make...

Ruff SetupPython LintingAutofix and Diff

Automate Your Development Environment Setup with Scripts and Dotfiles

Corey Schafer · 3 min read

A repeatable, from-scratch setup for a new development Mac is built by combining a GitHub “dotfiles” repository with install scripts that automate...

DotfilesDevelopment Environment SetupHomebrew Cask

An Intro to Making Logseq Plugins ft. Sawhney

Logseq · 3 min read

Logseq plugin development is presented as a practical, learn-by-doing path: start from existing open-source plugins, modify them until they work for...

Logseq PluginsJavaScript BasicsPlugin Setup