Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,28 @@ <h4 class="project-title">deadman</h4>
</a>
</div>

<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
<h4 class="project-title">yolo-tools</h4>
</div>
<div class="project-code">
<code>// curl | bash, then it just works</code>
</div>
<p class="project-description">
single-file shell utilities with no runtime and no package manager → barkme.sh pushes a notification to your phone from any script, purgeb.sh reclaims the disk your node_modules ate
</p>
<div class="project-tags">
<span class="tag">#bash</span>
<span class="tag">#cli</span>
<span class="tag">#notifications</span>
</div>
<a href="https://github.com/thevibeworks/yolo-tools" class="project-link pixel-btn">
<span class="btn-text">yolo.sh</span>
<span class="btn-glow"></span>
</a>
</div>

<div class="project-card neon-box">
<div class="project-header">
<span class="project-status online">●</span>
Expand Down