feat: add entertainment module — public-API plugins (weather, joke) sent via Telegram by default (pos entertainment send)

This commit is contained in:
Your Name
2026-08-05 14:45:51 +00:00
parent e3762f4074
commit 2aaf5cff62
11 changed files with 330 additions and 7 deletions
+5 -2
View File
@@ -81,8 +81,8 @@ usage() {
cat <<EOF
pos — Personal OS Toolkit
A unified CLI for network, docker, media, system,
and SSH tools on Debian/Ubuntu.
A unified CLI for network, docker, media, system, SSH,
USB, communication, and entertainment tools on Debian/Ubuntu.
USAGE
pos <category> <command> [args]
@@ -114,6 +114,9 @@ EXAMPLES
pos communication telegram --send "Backup done"
Send a Telegram message
pos entertainment send weather Fetch Open-Meteo weather → Telegram
pos entertainment send joke --print Preview a joke locally (no send)
pos docker vbox create lab1 Create disposable Docker VM
pos docker vbox create lab1 --dir . Create VM using current directory
pos docker vbox enter lab1 Shell into a Docker VM