Like sleep but with a visual progress indicator and more explicit param names.
cargo r --release -- --minutes 30 && osascript -e 'display notification "Check your MRs build status" with title "MR" sound name "Submarine"'
cargo install sleep-interactive
cargo bump --git-tag && git add . && git commit --amend && git push --tags
cargo build && cargo test && cargo bench && cargo fmt --check && cargo doc && cargo clippy && cargo clippy --all -- -W clippy::all -W clippy::correctness -W clippy::suspicious -W clippy::style -W clippy::complexity -W clippy::perf -W clippy::pedantic -W clippy::nursery -W clippy::cargo