File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed
Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Enter
2020Ctrl+L
2121Show
2222
23- # Start the demo
24- Type "git-scope --help "
23+ # Start the demo with version check
24+ Type "git-scope --version "
2525Sleep 500ms
2626Enter
27- Sleep 2s
27+ Sleep 1s
2828
2929# Run the TUI
3030Type "git-scope"
Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments