feat(assets): add animated hero SVG with rm -rf demo#3
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new animated “hero” SVG showcasing PSCommandHelper output and embeds it at the top of the README for use in listings / repository presentation.
Changes:
- Embed
assets/hero-animated.svgat the top ofREADME.md. - Add
assets/hero-animated.svgwith CSS-driven typing + sequential output animations. - Add
assets/hero.svgas a static fallback with a blinking cursor.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Embeds the animated hero SVG at the top of the README. |
| assets/hero.svg | Introduces a static hero terminal SVG (fallback). |
| assets/hero-animated.svg | Introduces an animated hero terminal SVG using CSS keyframes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5a0b778 to
78b1ec1
Compare
Add hero images for the GitHub README and tinytooltown.com listing: - hero-animated.svg: CSS keyframe animation with character-by-character typing, instant response reveal (error + card), and blinking cursor. Pure CSS, GitHub README compatible (10s infinite loop, no JS). - hero.svg: fully static fallback matching the animated end-state. - Both show real Format-Suggestion output for 'rm -rf ./build': PowerShell error in red, then the PSCommandHelper alias tip card with PS equivalent, explanation, note, and example. - README.md updated to embed the animated hero at the top. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
78b1ec1 to
06d5d29
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Add animated hero SVG for the tinytooltown.com listing. The image mimics a Windows Terminal session showing PSCommandHelper in action — typing
rm -rf ./buildand displaying the real module output.What's Included
assets/hero-animated.svg— CSS keyframe animation with:Format-Suggestionoutputassets/hero.svg— Static fallback with SMIL cursor blinkREADME.md— Embeds the animated hero at the topDemo Content
Shows the real Aliased-type output for
rm -rf ./build:PSCommandHelper (alias tip)You typed: rm -rf ./buildPS equivalent: Remove-Item -Recurse -ForceAll text matches actual
Format-Suggestionoutput — verified by running the module.Testing