Skip to content

Commit 06d5d29

Browse files
ericchansenCopilot
andcommitted
feat(assets): add animated hero SVG with rm -rf demo
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>
1 parent 2fc62bd commit 06d5d29

4 files changed

Lines changed: 350 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="assets/hero-animated.svg" alt="PSCommandHelper — type rm -rf ./build, get Remove-Item -Recurse -Force" width="900">
3+
</p>
4+
15
# PSCommandHelper
26

37
> Learn PowerShell by doing. When you type a bash command that doesn't work in PowerShell, PSCommandHelper suggests the PowerShell equivalent — with an explanation.

assets/hero-animated.svg

Lines changed: 201 additions & 0 deletions
Loading

assets/hero.png

174 KB
Loading

assets/hero.svg

Lines changed: 145 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)