Termz Repository

The Core of Your Sandbox Shell

Termz ~/home > pkg update
🔄 Updating package list from repo...
✅ Repository updated. 50 packages available.

Termz ~/home > pkg install rps
--- Package Details ---
Name    : rps
Version : 1.0.0
Desc    : Rock, Paper, Scissors game
...
Continue installation? [Y/n] Y
✅ Successfully installed 'rps' v1.0.0!

Termz ~/home > rps
🔹 Running rps default...
Choose (rock, paper, scissors): paper
You: paper | Computer: rock
[INFO] You Win!
                

Functional Packages for Your Termz Environment

This repository hosts essential, community-driven packages for Termz. Expand your sandbox capabilities with powerful utilities, fun games, and development tools—all installable with a single command.

  • Minimal Footprint: Pure Python commands for fast execution.
  • Dependency Support: Smart management handles package dependencies automatically.
  • Instant Access: No complex compilation, just `pkg install`.