Compare commits
No commits in common. "c9dba93f7f57fbb2f5e240b4cf99e047bfc8e08f" and "ae2afc0ffd00ccc29be5a3cc7651e197eb8c61f8" have entirely different histories.
c9dba93f7f
...
ae2afc0ffd
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user