Tag

command-line

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jul 5, 2023 · Fundamentals

Common Mac Command Completion Tools: Bash Completion, Zsh + Oh My Zsh, and Fish Shell

This article introduces three popular macOS command‑completion utilities—Bash Completion, Zsh with Oh My Zsh, and Fish Shell—explaining their installation, configuration, and practical examples that boost terminal productivity for developers and power users.

Fish Shellbash-completioncommand-line
0 likes · 7 min read
Common Mac Command Completion Tools: Bash Completion, Zsh + Oh My Zsh, and Fish Shell
Python Programming Learning Circle
Python Programming Learning Circle
Nov 3, 2022 · Fundamentals

Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI

This article demonstrates how to add simple yet effective progress bars to Python command‑line scripts and GUI applications using four popular libraries—Progress, tqdm, alive‑progress, and PySimpleGUI—providing code examples, visual screenshots, and documentation links.

GUIPySimpleGUIalive-progress
0 likes · 5 min read
Using Python Progress Bar Libraries: Progress, tqdm, alive‑progress, and PySimpleGUI
Python Programming Learning Circle
Python Programming Learning Circle
May 29, 2022 · Fundamentals

Using Python to Enhance Unix Shell Command Pipelines

This article explains how Python can replace or augment traditional Unix shell scripts for tasks like counting unique users, demonstrating the advantages of Python's readability, modularity, and extensive libraries while showing how to integrate Python scripts seamlessly into command‑line pipelines with tools such as sort, head, and tail.

AutomationUnixcommand-line
0 likes · 8 min read
Using Python to Enhance Unix Shell Command Pipelines
Python Programming Learning Circle
Python Programming Learning Circle
Oct 21, 2021 · Fundamentals

Python Script for Converting Images to ASCII Art

This article demonstrates a Python command‑line script that converts an input image into ASCII art by calculating each pixel’s grayscale value using the standard luminance formula and mapping it to characters from a predefined set, optionally saving the output to a file.

Image ProcessingPythonascii art
0 likes · 3 min read
Python Script for Converting Images to ASCII Art
Qunar Tech Salon
Qunar Tech Salon
Jul 28, 2015 · Fundamentals

Introduction to xargs with Basic and Advanced Usage Examples

This article explains the purpose of the Unix xargs command, demonstrates basic usage for concatenating log files, shows an advanced example for renaming text files to log files using the -I placeholder, and provides a step‑by‑step breakdown of how the command pipeline works.

batch processingcommand-linescripting
0 likes · 3 min read
Introduction to xargs with Basic and Advanced Usage Examples