An open API service indexing awesome lists of open source software.

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.

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.