Atlassian announces Rovo Dev CLI, an agentic AI coding experience for developers in the command line, offering code understanding, development acceleration, Atlassian ecosystem integration, security features, and extensibility. It achieves state-of-the-art results on the SWE-bench benchmark.
GitHub Models is a suite of developer tools for AI development, offering features like prompt management, model comparison, and quantitative evaluations, integrated directly into GitHub workflows.
This article details how to rip CDs using the abcde command-line tool in Linux, providing instructions, options, and a sample configuration file for efficient and high-quality audio ripping.
This article details five Linux terminal utilities โ ncdu, btop++, bandwhich, mtr, and bmon โ that enhance system resource monitoring beyond standard tools.
| **Utility** | **Description** |
|---|---|
| ncdu | Directory disk usage explorer |
| btop++ | System resource monitor with a top-like interface |
| bandwhich | Real-time network monitor |
| mtr | Network traceroute with live statistics |
| bmon | Bandwidth monitor |
git-gpt-commit v0.9.0 is a Git extension that uses OpenAI's GPT models to automatically generate commit messages. New features include support for GPT-4o, language selection, prefix toggle, API key management, and configuration management.
ollamark is a command-line client for Ollama with markdown support. It allows users to execute prompts with various options like model selection, system prompts, temperature control, and output formatting (JSON, HTML).
A cat(1) clone with syntax highlighting and Git integration.
MDColor is a Python script designed for Linux terminals that takes Markdown text via piped input and outputs a colorized and styled version directly to your terminal. It enhances readability by applying ANSI escape codes for bold, italic, headers, code blocks (with syntax highlighting via Pygments for supported languages), lists, links, and more.
Homebrew simplifies the installation of missing command-line software on macOS, addressing inconsistencies between BSD and GNU versions and managing the PATH environment.
| Command | Description |
|-------------|--------------------------------------------------------|
| `brew install wget` | Installs the `wget` program using Homebrew. |
| `brew install tree` | Installs the `tree` utility using Homebrew. |
| `brew install emacs`| Installs the `emacs` text editor using Homebrew. |
| `brew install coreutils` | Installs core utilities using Homebrew. |
| `brew install findutils`| Installs findutils using Homebrew. |
| `which find` | Displays the location of the `find` command. |
| `which -a` | Displays all locations of a command in the PATH. |
| `--version` or `--help` | Options to check the version of a command. |
| `gsed` | GNU `sed` stream editor (installed via Homebrew). |
| `gfind` | GNU `find` utility (installed via Homebrew). |
| `make` | Used for compiling software from source (mentioned as an older method).|
| `grep` | BSD version mentioned as a pre-installed utility. |
| `find` | BSD version mentioned as a pre-installed utility. |
| `vim` | BSD version mentioned as a pre-installed utility. |
Lightweight coding agent that runs in your terminal, allowing chat-driven development with the power to execute code and manipulate files.