Compare commits

...

2 Commits

Author SHA1 Message Date
c9dba93f7f Add safety and dependency constraints 2026-04-02 20:26:49 -07:00
a12dbdcc43 Update install command URL path 2026-04-02 20:01:43 -07:00
2 changed files with 5 additions and 2 deletions

View File

@ -74,3 +74,6 @@ 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/install | sh')">
<span class="prompt">$</span> <span class="cmd">curl -fsSL https://because.sh/shout/install | sh</span>
<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>
<span class="hint">click to copy</span>
</div>
</header>