Enable shell scripts for the JetBrains Toolbox App
A guide to enabling and configuring shell scripts for JetBrains Toolbox App, allowing you to launch IDEs from the command line.
A guide to enabling and configuring shell scripts for JetBrains Toolbox App, allowing you to launch IDEs from the command line.
Explores UX design patterns for command-line interface (CLI) tools, focusing on improving onboarding, discoverability, and error prevention.
The article introduces TLDR pages as a more concise and user-friendly alternative to traditional Unix/Linux man pages for command-line help.
A beginner-friendly guide for front-end developers to learn essential terminal commands and tricks for modern web development.
A quick guide on how to use rsync with a custom SSH port for file transfers, explaining the -e flag and common options.
A guide to using FZF and Ripgrep command-line tools for fast, fuzzy file and content searching to boost terminal productivity.
A tutorial on using the pkill command to easily kill processes from the command line, part of an automation series.
A quick guide to cleaning up your Git repository by deleting local merged branches using a one-line command and alias.
Announcing the first stable release of kcctl, a modern command-line client for managing Apache Kafka Connect, inspired by kubectl.
Learn to write bash scripts for converting and optimizing images (JPG, PNG, WebP, SVG) from the command line to improve web performance.
A tutorial on using Bash sort and ls commands to organize and sort files and their contents through shell scripting.
Explains how to use Go's flag.Func() to implement a command-line option that can be specified multiple times, appending values to a slice.
A guide explaining methods and tools available in Linux to recover accidentally deleted files from a computer system.
A guide to starting a quick HTTP server from the command line using Python, Ruby, Node, and PHP as alternatives to the VSCode liveserver extension.
A tutorial on using the containerd command-line client (ctr) for managing container images and operations directly.
A guide to creating and using Git aliases to streamline common version control commands and improve workflow efficiency.
A guide to building command-line applications and tools using Swift, covering scripts, arguments, and process info.
A technical blog post explaining how to use the getopts utility in Bash for parsing command-line arguments and flags in shell scripts.
A developer shares his first impressions of Warp, a new Rust-based terminal, comparing its performance and features to iTerm2.
A guide to three command-line methods for bulk renaming files, covering the 'rename' utility, 'xargs', and 'bash' loops.