https://github.com/dmatking/shell-toys
Interesting or over-engineered command line scripts.
https://github.com/dmatking/shell-toys
bash bash-scripts command-line console powershell powershell-scripts python-console python-scripts shell shell-script windows-terminal windows-terminal-scripts
Last synced: 8 days ago
JSON representation
Interesting or over-engineered command line scripts.
- Host: GitHub
- URL: https://github.com/dmatking/shell-toys
- Owner: dmatking
- License: mit
- Created: 2023-11-27T23:30:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-25T20:39:27.000Z (3 months ago)
- Last Synced: 2026-03-26T20:07:29.824Z (3 months ago)
- Topics: bash, bash-scripts, command-line, console, powershell, powershell-scripts, python-console, python-scripts, shell, shell-script, windows-terminal, windows-terminal-scripts
- Language: Shell
- Homepage:
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShellToys
Interesting or ridiculously over-engineered command-line scripts.
---
**Git Config Super Listing** - Color-coded listing of git configuration at system, global, and local scope, plus an effective configuration section showing which scope wins for each key. Available in Python, Bash, and PowerShell. Also includes a `git configs` alias for a quick no-frills dump of all three tiers.
**Split Env** - Splits a path-style environment variable into one entry per line with optional search filtering. Available for Windows (CMD) and Linux (Bash).
**Windows Terminal Multiple Launch** - Launch a 2 or 4 pane Windows Terminal from the command line and run commands in each pane. Examples use SSH + htop for monitoring multiple servers.