Explore Prompts

Page 228 of 360 · 4318 prompts

Code & Text Search (Ripgrep Wrapper)

Build a wrapper around ripgrep/findstr/grep that sets smart defaults: ignore node_modules, binaries; show context; include hidden if asked. Flags: --lang, --glob, --json, --stats.
Tags: cli, search, ripgrep, grep, code, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Log Tail & Highlight (Regex Rules)

Implement tail -f equivalent with Windows support, colored highlights for multiple regex patterns, and context lines. Flags: --file, --pattern, --since, --json. Handle rotated logs robustly.
Tags: cli, logs, tail, regex, observability, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

JSON↔YAML Converter with jq/yq Fallbacks

Create a CLI to convert and query JSON/YAML with jq/yq or a bundled Python/PowerShell fallback. Flags: --query, --in, --out, --pretty. Examples for arrays/maps and streaming.
Tags: cli, json, yaml, jq, yq, data, windows, macos, linux
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Secrets & API Key Scanner

Build a fast secrets scanner for files and git diffs (regex + entropy). Flags: --path, --staged, --baseline, --allowlist, --exit-on-find. Print remediation tips and rotate guidance.
Tags: cli, security, secrets, scan, git, devsecops
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Git Large History Cleaner

Provide a guided CLI to find/remove big files from git history (BFG filter-repo). Make backups, show size savings, and push safety notes. Flags: --threshold, --dry-run, --protect-tags.
Tags: cli, git, cleanup, history, bfg, filter-repo, storage
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Multi-Repo Git Status Board

Write a CLI that scans subfolders for git repos and prints ahead/behind, dirty files, LFS usage, and default branch. Flags: --pull, --fetch, --branch <name>, --json. Respect SSH agent/Keychain/CredMan.
Tags: cli, git, devtools, repos, automation, linux, macos, windows
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Universal Package Updater

Create a CLI that updates packages using apt/dnf/pacman/brew/winget/choco when available. Flags: --check, --upgrade, --security-only (if supported), --list-outdated, --dry-run. Log file per host.
Tags: cli, packages, brew, winget, apt, choco, updates
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Process Killer with Filters

Build an interactive process picker (name regex, CPU %, memory). Provide --kill, --nice/priority, and dry-run. Show per-OS privilege notes and safety prompts. Export CSV of actions.
Tags: cli, process, management, ps, taskkill, linux, macos, windows
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

TLS/SSL Certificate Inspector

Create a CLI to fetch and print cert chain, SANs, expiry, and weak ciphers. Flags: --host, --port 443, --days-left, --json. Use openssl/PowerShell .NET SslStream fallback. Exit nonzero if expiring soon.
Tags: cli, security, tls, ssl, certificates, openssl, windows, macos, linux
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Safe Port Scanner (Ethical)

Implement a rate-limited TCP port scanner with banner grab (when legal). Flags: --target, --ports 1-1024, --safe, --top100, --timeout. Print risk warnings and logging. Use Test-NetConnection/nc/nmap if present.
Tags: cli, security, ports, scanner, windows, macos, linux
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Wi-Fi Signal & Channel Guide

Write a CLI that shows SSID, RSSI, channel, noise, and recommendations (move channel, 20/40MHz). Use airport/wlan show/netsh/Wi-Fi tools per OS. Output --report markdown with action tips.
Tags: cli, wifi, wireless, networks, macos, windows, linux
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Throughput Tester (iperf EZ)

Ship a client/server CLI for iperf3-style tests with auto-download/setup hints. Provide --mode {server,client}, --time, --parallel, --port, and pretty throughput charts. Include NAT/firewall notes for Windows 11.
Tags: cli, network, iperf, bandwidth, linux, macos, windows
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings: