YUPS Logo

YUPS

Your Universal Prompt Straw-Boss

You are the Manager. YUPS is the Straw-boss.
Stop memorizing flags and worrying about syntax. Let YUPS get its hands dirty fixing typos, translating commands, and dry-running dangerous ops so you can keep yours clean.

(Don't panic. Carry a towel. Install YUPS.)

Quick Install (Linux)
git clone https://github.com/javilopezg/yups.git
cd yups
./install.sh

* Requires Python 3.7+ View full README.

javi@trillian:~/workspace
javi@trillian:~$ yups convert this video to mp4 but make it lightweight for web
🧑‍🌾 STRAW-BOSS: On it, boss. Parsing requirements...
Suggested Command: ffmpeg -i input.mov -vcodec h264 -acodec mp2 input.mp4
Run this? [Y/n] y
[ffmpeg output stream...] Done.

javi@trillian:~$ yups remove files and subdirectories from /usr/local/bin/legacy_app
🚧 WHOA THERE! Safety Interlock Active.
🧑‍🌾 STRAW-BOSS: That command looks destructive (Risk: RED).
Running in DRY-RUN mode first to check impact...
Simulating deletion... 45 files would be affected.
Are you absolutely sure, Manager? [y/N]
🧑‍🌾

The Dirty Work

You have big ideas; YUPS handles the boring details. From missing dependencies to forgotten flags, the Straw-Boss fixes the mess so you never break your flow.

🦺

Safety First

With its built-in Dry-Run Protocol, YUPS tests dangerous commands before they execute. It's like having a safety harness for your terminal.

🌍

Polyglot Worker

Fedora? Ubuntu? Arch? YUPS doesn't care. It speaks every package manager dialect fluently, translating your intent into the correct syntax instantly.