In the context of the Ruby programming language, “bundle” refers to a dependency manager commonly known as Bundler. Bundler is a tool that simplifies the management of dependencies in Ruby projects. It automates the process of installing, updating, and resolving dependencies required by a Ruby application. Ruby applications often rely on external libraries or frameworks, […]
buku: Command-line browser-independent bookmark manager
buku is a command-line tool designed to serve as a browser-independent bookmark manager. It provides a convenient and efficient way to organize, search, and manage bookmarks from the command line, without relying on any specific web browser. As a browser-independent bookmark manager, buku allows you to store and organize bookmarks in a centralized location that […]
btm: An alternative to top
btm is a command-line utility that serves as an alternative to the popular “top” command. It aims to provide a lightweight, cross-platform, and more graphical interface for monitoring system resources. With its user-friendly interface, btm offers an improved visual representation of system metrics, making it easier to understand and interpret the data. One of the […]
bshell: A GUI tool for browsing for SSH/VNC servers on the local network
bshell is a graphical user interface (GUI) tool designed to simplify the process of browsing for SSH (Secure Shell) and VNC (Virtual Network Computing) servers on a local network. It provides a convenient way to discover and connect to these servers without the need for complex command-line configurations or manual network scanning. SSH is a […]
browser-sync: Starts local web server that updates browser on file changes
Browser-Sync is a useful tool that simplifies web development by starting a local web server and automatically updating the browser whenever changes are made to the files in the project. It provides a seamless way to preview and test your website or web application during the development process. When you start Browser-Sync, it creates a […]
brotli: Compress/uncompress files with Brotli compression
Brotli is a compression algorithm developed by Google, designed to provide efficient and fast compression of data. It is named after the Swiss bakery product, “brotli,” which means “small bread” in Swiss German. Brotli compression offers a higher compression ratio compared to other popular compression algorithms, such as gzip and deflate. It achieves this by […]
brittany: Pretty-print Haskell source files
“brittany” is a tool used for formatting Haskell source code in a visually appealing and consistent manner. It is specifically designed to improve the readability and maintainability of Haskell code by automatically applying a set of formatting rules. Here are some key points about “brittany” and its features: Formatting Haskell Code: “brittany” takes Haskell source […]
brew: Package manager for macOS and Linux
The brew command is a package manager designed for macOS and Linux operating systems. It provides a convenient way to install, update, and manage software packages and libraries on your system. Originally created for macOS, brew has gained popularity among Linux users as well, thanks to the availability of Linuxbrew, a version of brew specifically […]
brew –cask: CLI workflow for the administration of macOS applications distributed as binaries
The brew –cask command is a CLI (Command-Line Interface) workflow for the administration of macOS applications distributed as binaries. It is part of the Homebrew package manager, which is a popular tool for managing software packages on macOS. Prior to the introduction of the brew –cask command, there was a separate command called brew cask […]
brew bundle: Bundler for Homebrew, Homebrew Cask and the Mac App Store
The brew bundle command is a bundler for Homebrew, Homebrew Cask, and the Mac App Store. It is part of the Homebrew package manager, which is a popular tool for managing software packages on macOS. The brew bundle command allows you to define and manage a “bundle” file that specifies a list of dependencies and […]