Compare commits

..

No commits in common. "c9dba93f7f57fbb2f5e240b4cf99e047bfc8e08f" and "ae2afc0ffd00ccc29be5a3cc7651e197eb8c61f8" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -74,6 +74,3 @@ Transcript-based shell integration test runner. Rust.
- Rust 2024 edition
- No OOP — plain functions and structs/enums
- Integration tests in `tests/shout.rs`, example `.shout` files in `tests/`
- Never use `unsafe`
- Keep dependencies to the bare minimum.
- If you must use a dependency, use the lightest-weight version.

View File

@ -176,8 +176,8 @@
<header>
<h1><span>$</span> shout</h1>
<p class="tagline">shell output tester</p>
<div class="install" onclick="navigator.clipboard.writeText('curl -fsSL https://because.sh/shout | sh')">
<span class="prompt">$</span> <span class="cmd">curl -fsSL https://because.sh/shout | sh</span>
<div class="install" onclick="navigator.clipboard.writeText('curl -fsSL https://because.sh/shout/install | sh')">
<span class="prompt">$</span> <span class="cmd">curl -fsSL https://because.sh/shout/install | sh</span>
<span class="hint">click to copy</span>
</div>
</header>