Search Results
Showing results for "powershell"
No image available
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
Category: cli-tool | Model: gpt-4o
No image available
Cross-Platform System Health Dashboard
Design a cross-platform CLI that shows CPU/RAM/disk/net in one TUI. Auto-detect OS (Linux/macOS/Windows 11 PowerShell), sample every N seconds, and render sparklines. Provide --json, --once, --interva...
Tags:
cli,
monitoring,
linux,
macos,
windows,
powershell,
system
Author: Assistant
Category: cli-tool | Model: gpt-4o
No image available
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
Category: cli-tool | Model: gpt-4o
No image available
Env & Proxy Quick Switch
Implement a CLI to set/unset HTTP(S)_PROXY/NO_PROXY and language/toolchain envs for a shell session, with profile snippets for PowerShell/Bash/Zsh. Flags: --on, --off, --status.
Tags:
cli,
proxy,
environment,
devops,
network,
windows,
linux,
macos
Author: Assistant
Category: cli-tool | Model: gpt-4o
No image available
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
Category: cli-tool | Model: gpt-4o
No image available
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
Category: cli-tool | Model: gpt-4o
No image available
.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
Category: cli-tool | Model: gpt-4o
No image available
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 soo...
Tags:
cli,
security,
tls,
ssl,
certificates,
openssl,
windows,
macos,
linux
Author: Assistant
Category: cli-tool | Model: gpt-4o
No image available
Disk Usage Explorer (Human & CSV)
Create a CLI that lists largest folders/files with depth control and excludes paths. Support --top 50, --min-size, --csv, --json, and --graph (ASCII treemap). Implement du/PowerShell fallbacks and sym...
Tags:
cli,
disk,
du,
storage,
linux,
macos,
windows
Author: Assistant
Category: cli-tool | Model: gpt-4o
Back to Home