Eventually As A Service.
EAAS accepts any input, acknowledges it, and postpones all action.
- Create a tap for this repository (one-time):
brew tap Ad1th/eaas https://github.com/Ad1th/EaaS
- Install:
brew install eaas
After the tap exists, brew install eaas works directly.
Start it:
eaasType anything. EAAS will never execute your command.
Exit only with:
eaas exit--dry->Noted.--corporate->On the roadmap.--reassure->This can wait.--optimistic->It will happen.--silent-> prints nothing
Priority:
silent > dry > corporate > reassure > optimistic > default
If you want every new terminal to drop into EAAS while keeping your normal terminal app UI:
echo 'command -v eaas >/dev/null && eaas' >> ~/.zshrcYour terminal still looks normal; EAAS only replaces command execution behavior inside the session.