Skip to content

Commit 9aaa057

Browse files
committed
docs: add roadmap section and update demo media with version check
1 parent 936e453 commit 9aaa057

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

demo.gif

131 KB
Loading

demo.tape

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Enter
2020
Ctrl+L
2121
Show
2222

23-
# Start the demo
24-
Type "git-scope --help"
23+
# Start the demo with version check
24+
Type "git-scope --version"
2525
Sleep 500ms
2626
Enter
27-
Sleep 2s
27+
Sleep 1s
2828

2929
# Run the TUI
3030
Type "git-scope"

docs/demo-static.png

49 Bytes
Loading

docs/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,28 @@ <h3><span class="card-icon">📝</span> Sorting</h3>
597597
</div>
598598
</div>
599599

600+
<section class="roadmap" style="margin-bottom: 6rem; text-align: center;">
601+
<p
602+
style="color: var(--primary); font-weight: 600; letter-spacing: 0.05em; margin-bottom: 1rem; text-transform: uppercase; font-size: 0.9rem;">
603+
Coming Soon</p>
604+
<h2 style="font-size: clamp(2rem, 3vw, 2.5rem); margin-bottom: 3rem; font-weight: 700;">Roadmap</h2>
605+
606+
<div class="features" style="max-width: 900px; margin: 0 auto; text-align: left;">
607+
<div class="card">
608+
<h3><span class="card-icon">👁️</span> Background Watcher</h3>
609+
<p>Daemon mode to watch filesystem changes in real-time without manual rescans.</p>
610+
</div>
611+
<div class="card">
612+
<h3><span class="card-icon">🚀</span> Quick Actions</h3>
613+
<p>Pull, push, and sync repositories directly from the dashboard.</p>
614+
</div>
615+
<div class="card">
616+
<h3><span class="card-icon">👥</span> Team Dashboards</h3>
617+
<p>Shared configuration and status views for engineering teams.</p>
618+
</div>
619+
</div>
620+
</section>
621+
600622
<footer>
601623
<div class="footer-links">
602624
<a href="https://github.com/Bharath-code/" aria-label="GitHub Repository" target="_blank">

0 commit comments

Comments
 (0)