panda-breaks-cli
v1.1.2
Published
a tiny lightweighted CLI to help taking breaks in your daily workflow, directly inside your console.
Downloads
11
Maintainers
Readme
Panda is a tiny, lightweight CLI tool designed to help you take mindful breaks during your daily workflow—right in your terminal.
Run npx --yes panda-breaks-cli) or pnpm dlx panda-breaks-cli after a git push or in a post-commit Git hook to receive break reminders and guided cardiac coherence sessions directly in your console.
The language is set based on your locale setup (english/french). You can force it by setting an environment variable in the command :
- Linux & Mac :
LANG=fr npx panda-breaks-cli - Windows Powershell :
$env:LANG="fr"; npx panda-breaks-cli - Windows CMD :
set LANG=fr && npx panda-breaks-cli
To automatically launch Panda after a git push, you can create an alias in your .gitconfig file :
[alias]
pandapush = "!git push && npx panda-breaks-cli"Alternatively, you can trigger it using Git hooks with tools like Husky. Have fun, and take some panda breaks 🐼 !
