Explore Prompts

Page 376 of 511 · 6130 prompts

WSL Bridge (Win↔Linux Paths)

Create a CLI that translates paths and executes commands across Windows 11 and WSL (wslpath powershell). Flags: --to-win, --to-wsl, --exec 'cmd'. Examples for file mounts.
Tags: cli, wsl, windows, linux, paths, interop, powershell
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Diff & Patch Helper (Smart Ignores)

Build a CLI diff tool that ignores timestamps/whitespace/binaries, creates unified patches, and applies them cross-platform. Flags: --ignore, --patch out.diff, --apply file.diff.
Tags: cli, diff, patch, versioning, devtools, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Hex & Hash Utility

Write a CLI to print hex dump, compute hashes (MD5/SHA-256), and verify checksum files. Flags: --hexdump, --hash sha256, --verify checksums.txt. Include binary/CRLF caveats.
Tags: cli, hex, hash, checksums, security, files, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

CSV Toolkit (Filter/Join/Pivot)

Create a CLI for fast CSV ops (select, where, join, pivot) with types detection and streaming. Flags: --select, --where 'col>10', --join other.csv --on id, --pivot. TSV compatible.
Tags: cli, csv, data, etl, analytics, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Quick Note & Snippet Box

Implement a CLI notes store with tags, full-text search, and sync folder support (Git optional). Flags: --new, --tag, --search, --edit, --export md. Cross-platform path defaults.
Tags: cli, notes, knowledge, productivity, search, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Local Password Manager (CLI)

Build a simple encrypted vault using OS keyring/DPAPI/Keychain or age/openssl fallback. CRUD operations, clipboard copy with auto-clear, and search. Flags: --add, --get, --list.
Tags: cli, passwords, security, crypto, keychain, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Website Change Watcher

Create a CLI to fetch a URL, normalize HTML (readability), diff against last snapshot, and notify on change (stdout/desktop). Flags: --url, --interval, --selector, --save.
Tags: cli, web, monitoring, diff, curl, automation, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Regex Tester & Extractor

Write a CLI that tests regex patterns against files/stdin, prints captured groups, timing, and common pitfalls (greedy vs lazy). Flags: --pattern, --file, --multiline, --ignorecase.
Tags: cli, regex, testing, parsing, developer-tools, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

File Watcher & Task Runner

Implement a cross-platform file watcher that runs a command on change with debounce and include/exclude globs. Flags: --cmd, --debounce 300ms, --include, --exclude, --ext.
Tags: cli, watcher, automation, build, devtools, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Audio Device Switcher

Build a CLI to list/set default input/output devices and volumes. Use CoreAudio/pulseaudio/wasapi. Flags: --list, --set 'Device Name', --mute, --vol 30. Print per-OS permissions.
Tags: cli, audio, devices, volume, productivity, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Battery & Power Logger

Create a CLI that logs battery %, wear level, charge cycles, and power source. Use upower/pmset/PowerShell WMI. Flags: --watch, --csv, --notify thresholds.
Tags: cli, power, battery, laptops, telemetry, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

GPU Utilization & VRAM Monitor

Implement a CLI that reports NVIDIA/AMD/Apple GPU usage using nvidia-smi/rocm-smi/Metal APIs. Flags: --watch, --processes, --export csv. Include CPU-only fallback message.
Tags: cli, gpu, monitoring, nvidia, amd, apple, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings: