
helper scripts
提供实用脚本以优化本地开发流程,包含格式化显示 Podman 容器的工具。
Repository Info
About This Server
提供实用脚本以优化本地开发流程,包含格式化显示 Podman 容器的工具。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
helper-scripts
A collection of utility scripts to streamline local development workflows.
This repo currently includes pview—a clean, formatted terminal viewer for Podman containers.
📦 pview: Pretty podman ps Output
pview is a lightweight wrapper that formats podman ps output using Python and the Rich library.
Instead of messy default output, you'll get a colorized, readable table of containers showing:
- Container ID
- Name
- Image
- Status
- Ports
- Created time
✨ Sample Output
┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━┓
┃ ID ┃ Name ┃ Image ┃ Status ┃ Ports ┃ Created ┃
┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━┩
│ b1a88bb96a7e │ admiring_liskov │ localhost/mcp/puppeteer:latest │ Up 4 days │ - │ 4 days ago │
└──────────────┴─────────────────┴────────────────────────────────┴───────────┴───────┴────────────┘
⚙️ Setup
1. Clone the repo
git clone https://github.com/YOUR_USERNAME/helper-scripts.git
cd helper-scripts
2. Set up the virtual environment
python3 -m venv venv
source venv/bin/activate
pip install rich
3. Run the tool
./run_podman_view.sh
⌨️ Optional: Create an alias
To run pview from anywhere, add this to your ~/.zshrc (or ~/.bashrc):
alias pview="$HOME/git/helper-scripts/run_podman_view.sh"
Then reload your shell:
source ~/.zshrc
Now just type:
pview
📝 Scripts
rich_podman_ps.py: Collects and formatspodman psJSON data using Rich.run_podman_view.sh: Activates the virtual environment and runs the script.venv/: Your local Python virtual environment (optional to commit).
📋 Requirements
- macOS or Linux
- Python 3.7+
- Podman installed and working (
podman ps --format json) - Rich (
pip install rich)
🪪 License
MIT License
Built by Jonathan Gardner
Quick Start
Clone the repository
git clone https://github.com/jgardner04/helper-scriptsInstall dependencies
cd helper-scripts
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.