Explore Prompts

Page 377 of 511 · 6130 prompts

System Info & Hardware Report

Write a CLI that prints OS, kernel, CPU, RAM, disks, GPU, virtualization, and hotfixes. Exports Markdown/JSON. Use uname/sysctl/wmic/Get-ComputerInfo. Flags: --md, --json, --short.
Tags: cli, system, hardware, reporting, inventory, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Firewall Rule Linter (Read-Only)

Create a read-only CLI to list firewall rules (ufw/pf/Windows Defender Firewall), detect risky rules (any/any), and suggest fixes. Flags: --list, --risk, --export csv.
Tags: cli, security, firewall, audit, ufw, windows, macos, linux
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Temp & Cache Cleaner (Safe)

Build a CLI to clean temp folders, browser caches, and build artifacts with a whitelist and dry-run report. Flags: --scope dev|browsers|system, --days-old, --dry-run, --clean.
Tags: cli, cleanup, cache, temp, maintenance, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Network Share Mount Helper

Implement a helper to mount/unmount SMB/NFS shares across OSes. Flags: --mount //host/share --user, --umount, --save-cred, --auto. Print caveats for Keychain/CredMan.
Tags: cli, network, files, shares, smb, nfs, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Robust Downloader (Retry+Checksum)

Create a downloader CLI using curl/Invoke-WebRequest/aria2 with retries, resume, checksum verify, and mirror list. Flags: --url, --out, --sha256, --retries, --speed-limit.
Tags: cli, download, network, checksum, reliability, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Simple HTTP Server + Directory Share

Write a CLI to serve a folder with basic auth, range requests, and QR code for the URL. Uses Python/PowerShell/.NET depending on OS. Flags: --port, --read-only, --browse.
Tags: cli, http, fileserver, sharing, devtools, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Markdown→PDF/Slides (Pandoc Pipeline)

Build a CLI that converts markdown to PDF/Reveal.js slides using pandoc. Supports theme selection, code highlighting, and toc. Flags: --pdf, --slides, --template, --watch.
Tags: cli, markdown, pandoc, pdf, slides, docs, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Currency & VAT Calculator (Cache)

Provide a CLI that fetches FX rates (curl to public API) with on-disk caching and offline fallback. Flags: --from JPY --to USD --amount 12000, --vat 10. Print breakdown neatly.
Tags: cli, currency, finance, fx, cache, offline, windows, linux, macos
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Time Zone & Meeting Planner

Write a CLI to convert times and propose overlaps between cities. Flags: --from '2025-12-01 09:00 JST', --to 'PST,IST', --overlap 60m, --weekview. Offline tzdb bundled.
Tags: cli, timezones, calendar, productivity, meetings
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Scheduler Helper (cron/Task Scheduler/launchd)

Create a unified scheduler wrapper: add/list/remove jobs on Linux (cron), macOS (launchd), Windows (SCHTASKS). Flags: --add 'cmd' --every '15m', --at '09:00', --list, --rm id. Include persistence notes.
Tags: cli, schedule, cron, launchd, task-scheduler, automation
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

.env Secrets Linter

Build a CLI to lint .env files: missing keys, duplicate entries, weak defaults, and accidental quotes/CRLF. Flags: --schema .env.example, --fix, --export powershell|bash. CI-friendly exit codes.
Tags: cli, env, secrets, lint, ci, cross-platform
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings:

Cloud Creds & Region Switcher

Implement a CLI that switches AWS/GCP/Azure profiles/regions, validates tokens, prints caller identity, and sets env for subshell. Flags: --provider, --profile, --region, --print-env.
Tags: cli, cloud, aws, gcp, azure, credentials, devops
Author: Assistant
Created at: 2025-12-01 00:00:00
Average Rating:
Total Ratings: