-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
912 lines (819 loc) · 51.1 KB
/
index.html
File metadata and controls
912 lines (819 loc) · 51.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SuperHelperXPro - Your Digital Organizer</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.2.0/css/all.css" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
<link href="static/styles.css" rel="stylesheet">
</head>
<body>
<header class="main-header" aria-labelledby="site-title">
<nav class="navbar container" aria-label="Main Navigation">
<a href="#hero" class="navbar-brand" id="site-title">
<img src="assets/images/logo.svg" alt="SuperHelperXPro Logo" class="logo">
<span class="brand-text">SuperHelperXPro</span>
</a>
<div class="navbar-right-content">
<ul class="navbar-menu" role="menubar">
<li role="none"><a href="#features" role="menuitem">Features</a></li>
<li role="none"><a href="#commands-showcase" role="menuitem">Commands</a></li>
<li role="none"><a href="#live-demo" role="menuitem">Demo</a></li>
<li role="none"><a href="#get-started" role="menuitem">Get Started</a></li>
<li role="none" style="color: white">
<a href="https://github.com/Suresh-pyhobbyist/superhelperhxpro" style="color: white;" target="_blank" aria-label="View SuperHelperXPro on GitHub" class="github-link" role="menuitem">
<i class="fab fa-github" aria-hidden="true"></i> GitHub
</a>
</li>
</ul>
<button class="menu-toggle" aria-label="Toggle navigation menu" aria-expanded="false" aria-controls="navbar-menu">
<i class="fas fa-bars" aria-hidden="true"></i>
</button>
</div>
</nav>
</header>
<main>
<section id="hero" class="hero-section">
<div class="container hero-grid">
<div class="hero-content-left">
<h1 class="hero-main-title">SuperHelperXPro<br><span class="gradient-text">Your Smart Digital Organizer</span></h1>
<p class="hero-tagline">Clear clutter effortlessly. Sort, search, and manage your files with precision. Your personal assistant for a tidy computer.</p>
<div class="code-install-wrapper">
<pre class="code-block"><code>npm install -g superhelperhxpro</code></pre>
<button class="copy-btn" aria-label="Copy command to clipboard"><i class="fas fa-copy"></i></button>
</div>
<div class="hero-cta-group">
<a href="#get-started" class="btn btn-primary">Get Started Now</a>
<a href="#live-demo" class="btn btn-secondary">Watch Demo</a>
</div>
</div>
<div class="hero-visual-right">
<div class="typewriter-demo-container">
<div class="typewriter-prompt">$</div>
<div class="typewriter-text" id="typewriter"></div>
</div>
</div>
</div>
</section>
<hr>
<section id="features" class="features-section">
<div class="container">
<h2 class="section-title">Why SuperHelperXPro? <span class="highlight">Take Control of Your Files!</span> 💡</h2>
<p class="section-subtitle">Organizing files can feel like a never-ending battle. With SuperHelperXPro, transforming your digital clutter into an organized masterpiece is a breeze!</p>
<div class="features-grid-modern">
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-folder-open"></i></div>
<h3>Visualize</h3>
<p>Gain insights into your file system with interactive and intuitive visual maps.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-edit"></i></div>
<h3>Batch Rename</h3>
<p>Apply complex renaming patterns to thousands of files at once using powerful regex.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-copy"></i></div>
<h3>Deep Clone</h3>
<p>Create perfect, complete copies of entire folder structures, including all subdirectories.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-random"></i></div>
<h3>Conditional Move</h3>
<p>Automatically sort and move files based on intelligent criteria like age, size, or type.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-broom"></i></div>
<h3>Auto Cleanup</h3>
<p>Set smart rules to automatically remove old, temporary, or unwanted files, freeing space.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-search"></i></div>
<h3>Search & Tag</h3>
<p>Efficiently locate and categorize files with powerful, flexible search and tagging tools.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-magic"></i></div>
<h3>Deduplicate</h3>
<p>Find and eliminate duplicate files with smart hashing, reclaiming significant disk space.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-chart-line"></i></div>
<h3>Activity Graph</h3>
<p>Visualize your file activity over time with an insightful ASCII calendar heatmap.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-robot"></i></div>
<h3>Custom Automation</h3>
<p>Extend capabilities by running your own JavaScript or Python scripts directly.</p>
</div>
</div>
</div>
</section>
<hr>
<section id="commands-showcase" class="commands-showcase-section">
<div class="container">
<h2 class="section-title">🔮 Unleash the Magic: <span class="highlight">Commands at Your Fingertips!</span> 🦸♂️🦸♀️</h2>
<p class="section-subtitle">Discover the incredible capabilities SuperHelperXPro brings to your daily file management:</p>
<div class="commands-accordion">
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro visualize <folder> [maxDepth]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Visualize your folder tree with a clear, visual map. 🌳</p>
<p><b>Example:</b> <pre>superhxpro visualize "Photos" 2</pre> Shows your "Photos" folder and its subfolders up to 2 levels deep.</p>
<p><b>Why It’s Great:</b> Gain instant clarity on your file structure! 🗺️</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro batch-rename <folder> <regex> <replacement> [recursive]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Rename multiple files in one go using powerful regular expressions. 🏷️</p>
<p><b>Example:</b> <pre>superhxpro batch-rename "Downloads" "(IMG_)(\\d+)" "Vacation_\\2" true</pre> Transforms `IMG_001.jpg` into `Vacation_001.jpg` across your "Downloads" folder, including subfolders.</p>
<p><b>Why It’s Great:</b> Save hours of tedious manual renaming! ⏱️</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro deep-clone <src> <dest></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Create a perfect, complete copy of an entire folder and its contents. 👯</p>
<p><b>Example:</b> <pre>superhxpro deep-clone "ProjectX" "ProjectX_Backup"</pre> Creates a full duplicate of "ProjectX" as "ProjectX_Backup".</p>
<p><b>Why It’s Great:</b> Effortlessly back up or duplicate projects! 💾</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro conditional-move-copy <src> <dest> <type> <value> [--copy]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Move or copy files based on smart rules like age or size. 📐</p>
<p><b>Example:</b> <pre>superhxpro conditional-move-copy "Downloads" "Archive" ageDays 180</pre> Moves files in "Downloads" older than 180 days to your "Archive" folder. Add `--copy` to copy instead of move.</p>
<p><b>Why It’s Great:</b> Keep your folders tidy and relevant automatically! 🧹</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro auto-cleanup <folder> <criteria> [value]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Automatically delete old, temporary, or unwanted files to free up space. 🗑️</p>
<p><b>Example:</b> <pre>superhxpro auto-cleanup "Temp" ageDays 7</pre> Deletes files older than 7 days in your "Temp" folder.</p>
<p><b>Why It’s Great:</b> Reclaim valuable disk space with ease! ♻️</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro deduplicate <folder> [--dry-run]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Find and remove duplicate files using smart hashing. 🕵️♀️</p>
<p><b>Example:</b> <pre>superhxpro deduplicate "MyPhotos" --dry-run</pre> Shows you duplicates without deleting them first.</p>
<p><b>Why It’s Great:</b> Free up massive amounts of storage by eliminating redundant files! 🌬️</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro tag-file <filePath> [--add <tags>] [--remove <tags>] [--recursive]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Add or remove custom tags on your files for better organization. 🏷️</p>
<p><b>Example:</b> <pre>superhxpro tag-file "Report.pdf" --add "urgent,work"</pre> Tags `Report.pdf` as "urgent" and "work".</p>
<p><b>Why It’s Great:</b> Organize your files by custom categories and contexts! 🗂️</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro search-tag <folder> <tag></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Quickly find all files with a specific tag. 🔍</p>
<p><b>Example:</b> <pre>superhxpro search-tag "Projects" "urgent"</pre> Lists all files tagged "urgent" within your "Projects" folder.</p>
<p><b>Why It’s Great:</b> Pinpoint important files in seconds! ⚡</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro search-meta <folder> <jsonQuery></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Perform powerful searches based on file size, date, type, custom tags, or mood. 🧠</p>
<p><b>Example:</b> <pre>superhxpro search-meta "." "{\"type\":[\"jpg\",\"png\"],\"size\":{\"gt\":5000000},\"last_modified\":{\"after\":\"2024-01-01\"}}"</pre> Finds JPG/PNG images larger than 5MB, modified after Jan 1, 2024, in the current directory.</p>
<p><b>Why It’s Great:</b> Unlock advanced, precise file discovery! 🔎</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro file-activity-graph <folder></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Visualize daily file activity over the last year as an ASCII calendar heatmap. 📈</p>
<p><b>Example:</b> <pre>superhxpro file-activity-graph "Documents"</pre> Shows a visual graph of when files were modified in your "Documents" folder.</p>
<p><b>Why It’s Great:</b> See your productivity trends at a glance! 📅</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro exec-script <script.js/py> [args...]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Run your own custom JavaScript or Python scripts directly through SuperHelperXPro. 🤖</p>
<p><b>Example:</b> <pre>superhxpro exec-script "cleanup_script.py" '{"folder":"Temp"}'</pre> Executes your Python script `cleanup_script.py` with custom arguments.</p>
<p><b>Why It’s Great:</b> Extend SuperHelperXPro with your own automation logic! ⚙️</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro health-check <folder></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Scan your folders for issues like broken links or inaccessible files. 🩺</p>
<p><b>Example:</b> <pre>superhxpro health-check "SharedDocs"</pre> Identifies potential problems in your shared documents.</p>
<p><b>Why It’s Great:</b> Keep your data healthy and reliable! ❤️🩹</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro export-map <folder> <jsonFile></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Generate a detailed JSON catalog of your entire file structure and metadata. 📊</p>
<p><b>Example:</b> <pre>superhxpro export-map "ClientPhotos" "client_photos_catalog.json"</pre> Creates `client_photos_catalog.json` with all your photo details.</p>
<p><b>Why It’s Great:</b> Get a comprehensive overview of your digital assets! 📈</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro apply-rules <folder></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Run predefined automation rules to streamline your workflows. (Conceptual) ⚙️</p>
<p><b>Example:</b> <pre>superhxpro apply-rules "Inbox"</pre> Triggers any custom rules set up for your "Inbox" folder.</p>
<p><b>Why It’s Great:</b> Automate your routine file management tasks! 🎯</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro schedule-command <name> <delay_ms> <command_args...></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Set commands to run at a later time. (Conceptual) ⏰</p>
<p><b>Example:</b> <pre>superhxpro schedule-command "daily_cleanup" 86400000 auto-cleanup Temp ageDays 7</pre> Schedules the "auto-cleanup" command to run after 24 hours (86,400,000 milliseconds).</p>
<p><b>Why It’s Great:</b> Automate repetitive tasks without lifting a finger! 🗓️</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro undo-actions [steps]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Revert previous actions for safety and peace of mind. (Conceptual) ↩️</p>
<p><b>Example:</b> <pre>superhxpro undo-actions 1</pre> Attempts to reverse the last action taken.</p>
<p><b>Why It’s Great:</b> Work with confidence, knowing you can rewind! 🔙</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro folder-mood-set <folder> <mood> [--name <name>]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Assign emotional labels to your folders. 😊</p>
<p><b>Example:</b> <pre>superhxpro folder-mood-set "VacationPhotos" happy --name "SummerTrip"</pre> Labels "VacationPhotos" as "happy" and names the mood "SummerTrip".</p>
<p><b>Why It’s Great:</b> Make your folders feel special and organize by sentiment! 💖</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro folder-mood-get <folder> [--recursive] [--filter-mood <filter>]</pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Retrieve emotional labels for folders. Use `--recursive` to scan subfolders, and `--filter-mood` to filter by mood value or name.</p>
<p><b>Example:</b> <pre>superhxpro folder-mood-get "E:\" --recursive --filter-mood joyful</pre> Lists all folders on drive E: with a mood value or name containing "joyful".</p>
<p><b>Why It’s Great:</b> Quickly find folders based on their emotional tags! ✨</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro organize-photos <src_folder></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Organize photos into a smart folder structure (YEAR/MONTH_NAME/DATE). 📸</p>
<p><b>Example:</b> <pre>superhxpro organize-photos "Downloads/CameraRoll"</pre> Takes photos from "CameraRoll" and neatly sorts them into date-based folders under "Downloads/CameraRoll".</p>
<p><b>Why It’s Great:</b> Instantly brings order to chaotic photo collections! 🖼️</p>
</div>
</div>
<div class="accordion-item">
<button class="accordion-header">
<h3><pre>superhxpro clutter-advisor <folder></pre></h3>
<i class="fas fa-chevron-down accordion-icon"></i>
</button>
<div class="accordion-content">
<p><b>What It Does:</b> Get intelligent suggestions for files to clean up in a folder. 💡</p>
<p><b>Example:</b> <pre>superhxpro clutter-advisor "C:/Users/YourName/Downloads"</pre> Scans your Downloads folder and provides smart recommendations for files to delete or archive.</p>
<p><b>Why It’s Great:</b> Your personal assistant for a tidy computer, giving smart, actionable cleanup advice! 🧹</p>
</div>
</div>
</div>
</div>
</section>
<hr>
<section class="live-demo" id="live-demo" class="demo-section>
<div class="container">
<div class="terminal-container">
<div class="terminal-header">
<div class="buttons">
<span class="button"></span>
<span class="button yellow"></span>
<span class="button green"></span>
</div>
<div class="terminal-title">superhelperxpro@cli:~$</div>
</div>
<div class="terminal-output terminal-body" id="terminalOutput">
</div>
</div>
</div>
</section>
<hr>
<section id="get-started" class="get-started-section">
<div class="container">
<h2 class="section-title">🚀 Get Started: <span class="highlight">It's Super Easy via npm!</span></h2>
<p class="section-subtitle">SuperHelperXPro is designed for seamless integration into your command-line workflow.</p>
<div class="setup-steps-wrapper">
<div class="setup-steps-indicator">
<div class="step-dot active" data-step-target="0"></div>
<div class="step-dot" data-step-target="1"></div>
<div class="step-dot" data-step-target="2"></div>
<div class="step-dot" data-step-target="3"></div>
</div>
<div class="setup-content">
<div class="setup-step active" data-step="0">
<h3>Step 1: Install Python</h3>
<p>If you don't have it, download and install **Python 3** from <a href="https://www.python.org/downloads/" target="_blank">python.org</a>. Make sure to check the box that says "Add Python to PATH" during installation if you're on Windows!</p>
<div class="code-install-wrapper">
<pre class="code-block"><code>Visit python.org/downloads</code></pre>
<button class="copy-btn" aria-label="Copy instruction to clipboard"><i class="fas fa-external-link-alt"></i></button>
</div>
</div>
<div class="setup-step" data-step="1">
<h3>Step 2: Install SuperHelperXPro via npm</h3>
<p>Open your **terminal** or command prompt and install SuperHelperXPro globally using `npm`:</p>
<div class="code-install-wrapper">
<pre class="code-block"><code>npm install -g superhelperhxpro</code></pre>
<button class="copy-btn" aria-label="Copy command to clipboard"><i class="fas fa-copy"></i></button>
</div>
<p class="small-text">This command downloads and installs the package from npm.</p>
</div>
<div class="setup-step" data-step="2">
<h3>Step 3: Run Your First Command</h3>
<p>Now you're ready to unleash SuperHelperXPro! Try a basic command like visualizing your current folder's structure:</p>
<div class="code-install-wrapper">
<pre class="code-block"><code>superhxpro visualize . 2</code></pre>
<button class="copy-btn" aria-label="Copy command to clipboard"><i class="fas fa-copy"></i></button>
</div>
<p class="small-text">This command will show you the current folder's structure up to 2 levels deep!</p>
<p class="small-text">Since SuperHelperXPro is installed globally, you can run its main executable directly.</p>
</div>
<div class="setup-step final-step" data-step="3">
<h3>You're All Set!</h3>
<p>That's it! You've successfully installed and run your first command with **SuperHelperXPro**. Get ready to transform your messy files into an organized masterpiece!</p>
<a href="#commands-showcase" class="btn btn-primary-large">Explore More Commands</a>
</div>
</div>
<div class="setup-navigation">
<button id="prevStep" class="btn btn-nav" disabled><i class="fas fa-arrow-left"></i> Previous</button>
<span id="stepCounter" class="step-counter">Step 1 of 4</span>
<button id="nextStep" class="btn btn-nav">Next <i class="fas fa-arrow-right"></i></button>
<button id="restartSetup" class="btn btn-nav hidden">Restart</button>
</div>
</div>
</div>
</section>
</main>
<footer class="main-footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<img src="assets/images/logo.svg" alt="SuperHelperXPro Logo" class="logo-footer">
<h3>SuperHelperXPro</h3>
</div>
<div class="footer-links">
<h4>Quick Links</h4>
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#commands-showcase">Commands</a></li>
<li><a href="#live-demo">Demo</a></li>
<li><a href="#get-started">Get Started</a></li>
</ul>
</div>
<div class="footer-social">
<h4>Connect</h4>
<a href="https://github.com/Suresh-pyhobbyist/superhelperhxpro" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i> GitHub</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 SuperHelperXPro. All rights reserved.</p>
<p>SuperHelperXPro is provided as-is for personal and professional use. Use responsibly and enjoy organizing your files.</p>
</div>
</div>
</footer>
<script>
// Typing effect for hero section
const typewriterEl = document.getElementById('typewriter');
const heroPhrases = [
'superhxpro visualize "My Holiday Pics" 3',
'superhxpro batch-rename "Photos" "(IMG_)(\\d+)" "Vacation_\\2" true',
'superhxpro deep-clone "MyProject" "Backup_2024"',
'superhxpro auto-cleanup "Downloads" ageDays 90',
'superhxpro search-tag "report" "important"'
];
let heroIdx = 0;
let heroCharIdx = 0;
let heroDeleting = false;
function typeHero() {
const current = heroPhrases[heroIdx];
if (!heroDeleting) {
// Typing
typewriterEl.textContent = current.substring(0, heroCharIdx + 1);
heroCharIdx++;
if (heroCharIdx === current.length) {
// Pause at the end
heroDeleting = true;
setTimeout(typeHero, 1500);
} else {
setTimeout(typeHero, 70);
}
} else {
// Deleting
typewriterEl.textContent = current.substring(0, heroCharIdx - 1);
heroCharIdx--;
if (heroCharIdx === 0) {
heroDeleting = false;
heroIdx = (heroIdx + 1) % heroPhrases.length;
setTimeout(typeHero, 500);
} else {
setTimeout(typeHero, 40);
}
}
}
function scrollTerminal() {
const el = document.getElementById('terminalOutput');
el.scrollTop = el.scrollHeight;
}
// Get Started Steps Navigation
const setupSteps = document.querySelectorAll('.setup-step');
const prevStepBtn = document.getElementById('prevStep');
const nextStepBtn = document.getElementById('nextStep');
const restartSetupBtn = document.getElementById('restartSetup');
const stepCounterSpan = document.getElementById('stepCounter');
const stepDots = document.querySelectorAll('.step-dot');
let currentSetupStep = 0;
function showSetupStep(stepIndex) {
setupSteps.forEach((step, idx) => {
step.classList.toggle('active', idx === stepIndex);
step.style.display = (idx === stepIndex) ? 'block' : 'none'; // Ensure visibility controlled by class
});
stepDots.forEach((dot, idx) => {
dot.classList.toggle('active', idx === stepIndex);
});
prevStepBtn.disabled = (stepIndex === 0);
nextStepBtn.disabled = (stepIndex === setupSteps.length - 1);
if (stepIndex === setupSteps.length - 1) {
nextStepBtn.style.display = 'none';
restartSetupBtn.style.display = 'inline-block';
} else {
nextStepBtn.style.display = 'inline-block';
restartSetupBtn.style.display = 'none';
}
stepCounterSpan.textContent = `Step ${stepIndex + 1} of ${setupSteps.length}`;
document.getElementById('get-started').scrollIntoView({ behavior: 'smooth', block: 'start' });
}
prevStepBtn.addEventListener('click', () => {
if (currentSetupStep > 0) {
currentSetupStep--;
showSetupStep(currentSetupStep);
}
});
nextStepBtn.addEventListener('click', () => {
if (currentSetupStep < setupSteps.length - 1) {
currentSetupStep++;
showSetupStep(currentSetupStep);
}
});
restartSetupBtn.addEventListener('click', () => {
currentSetupStep = 0;
showSetupStep(currentSetupStep);
});
stepDots.forEach(dot => {
dot.addEventListener('click', (event) => {
const targetStep = parseInt(event.target.dataset.stepTarget);
currentSetupStep = targetStep;
showSetupStep(currentSetupStep);
});
});
// Command Accordion Logic
document.querySelectorAll('.accordion-header').forEach(header => {
header.addEventListener('click', () => {
const item = header.closest('.accordion-item');
const content = item.querySelector('.accordion-content');
const icon = header.querySelector('.accordion-icon');
// Close all other open accordions
document.querySelectorAll('.accordion-item.active').forEach(activeItem => {
if (activeItem !== item) {
activeItem.classList.remove('active');
activeItem.querySelector('.accordion-content').style.maxHeight = '0';
activeItem.querySelector('.accordion-icon').classList.remove('fa-chevron-up');
activeItem.querySelector('.accordion-icon').classList.add('fa-chevron-down');
}
});
// Toggle current accordion
item.classList.toggle('active');
if (item.classList.contains('active')) {
content.style.maxHeight = content.scrollHeight + 'px';
icon.classList.remove('fa-chevron-down');
icon.classList.add('fa-chevron-up');
} else {
content.style.maxHeight = '0';
icon.classList.remove('fa-chevron-up');
icon.classList.add('fa-chevron-down');
}
});
});
// Copy button functionality
document.querySelectorAll('.code-install-wrapper .copy-btn').forEach(button => {
button.addEventListener('click', () => {
const codeBlock = button.previousElementSibling.querySelector('code');
navigator.clipboard.writeText(codeBlock.textContent).then(() => {
const originalIcon = button.innerHTML;
button.innerHTML = '<i class="fas fa-check"></i> Copied!';
setTimeout(() => {
button.innerHTML = originalIcon;
}, 2000);
}).catch(err => {
console.error('Failed to copy: ', err);
});
});
});
// Mobile menu toggle
const menuToggle = document.querySelector('.menu-toggle');
const navbarMenu = document.querySelector('.navbar-menu');
menuToggle.addEventListener('click', () => {
navbarMenu.classList.toggle('active');
menuToggle.querySelector('i').classList.toggle('fa-bars');
menuToggle.querySelector('i').classList.toggle('fa-times');
});
// Close mobile menu when a link is clicked
navbarMenu.querySelectorAll('a').forEach(link => {
link.addEventListener('click', () => {
navbarMenu.classList.remove('active');
menuToggle.querySelector('i').classList.remove('fa-times');
menuToggle.querySelector('i').classList.add('fa-bars');
});
});
// Initialize on DOMContentLoaded
document.addEventListener('DOMContentLoaded', () => {
typeHero(); // Start hero typing effect
runTerminalDemo(); // Start terminal demo
showSetupStep(currentSetupStep); // Show first setup step
});
const terminalOutput = document.getElementById('terminalOutput');
const commands = [
// --- 1. Developer ---
{ type: 'heading', text: 'For Developers: Cleaning Up Your Workspace', delay: 1000 },
{ type: 'command', text: 'superhxpro auto-cleanup ./my_dev_project --ext .log,.tmp,.bak --olderThan 30d' },
{ type: 'output', text: 'Scanning ./my_dev_project for old files...', className: 'info' },
{ type: 'output', text: ' - Removed 18 log files (total 2.3MB).', className: 'success' },
{ type: 'output', text: ' - Removed 7 temporary files (total 500KB).', className: 'success' },
{ type: 'output', text: ' - Removed 3 backup files (total 1.1MB).', className: 'success' },
{ type: 'output', text: 'Cleanup complete! Disk space reclaimed.', className: 'info' },
{ type: 'delay', time: 2500 },
// --- 2. Student ---
{ type: 'heading', text: 'For Students: Organizing Course Materials', delay: 1000 },
{ type: 'command', text: 'superhxpro conditional-move-copy ./downloads ./courses/CS101 --type pdf,pptx --match "CS101_.*" --move' },
{ type: 'output', text: 'Processing files in ./downloads for CS101...', className: 'info' },
{ type: 'output', text: ' - Moved CS101_Lecture05.pdf to ./courses/CS101.', className: 'success' },
{ type: 'output', text: ' - Moved CS101_Assignment2.pdf to ./courses/CS101.', className: 'success' },
{ type: 'output', text: ' - Moved CS101_Week4_Slides.pptx to ./courses/CS101.', className: 'success' },
{ type: 'output', text: 'Course materials neatly organized!', className: 'info' },
{ type: 'delay', time: 2500 },
// --- 3. YouTuber & Creator ---
{ type: 'heading', text: 'For YouTubers: Managing Video Assets', delay: 1000 },
{ type: 'command', text: 'superhxpro deduplicate ./video_raw_footage --dry-run' },
{ type: 'output', text: 'Scanning ./video_raw_footage for duplicates (Dry Run)...', className: 'info' },
{ type: 'output', text: ' - Found duplicate: ep15_camA_take1.mov (matches ep15_backup.mov)', className: 'info' },
{ type: 'output', text: ' - Found duplicate: intro_anim_v2.mp4 (matches intro_anim_final.mp4)', className: 'info' },
{ type: 'output', text: 'Dry run complete. Use without --dry-run to delete.', className: 'info' },
{ type: 'delay', time: 1000 },
{ type: 'command', text: 'superhxpro tag-file ./video_assets/vlog_june.mp4 --add "vlog,travel,2025_june" --recursive' },
{ type: 'output', text: 'Tagging files in ./video_assets/vlog_june.mp4...', className: 'info' },
{ type: 'output', text: ' - Tagged vlog_june.mp4 with "vlog,travel,2025_june".', className: 'success' },
{ type: 'output', text: ' - Tagged raw_clip_paris.mov with "vlog,travel,2025_june".', className: 'success' },
{ type: 'output', text: 'Assets categorized by project!', className: 'info' },
{ type: 'delay', time: 2500 },
// --- 4. Teacher & Educator ---
{ type: 'heading', text: 'For Teachers: Streamlining Class Resources', delay: 1000 },
{ type: 'command', text: 'superhxpro batch-rename ./student_assignments "(^.*)(\\d{4}-\\d{2}-\\d{2})_final.docx" "\\1_graded_\\2.docx" true' },
{ type: 'output', text: 'Renaming student assignment files...', className: 'info' },
{ type: 'output', text: ' - Renamed essay_john_2025-05-20_final.docx to essay_john_graded_2025-05-20.docx.', className: 'success' },
{ type: 'output', text: ' - Renamed project_mary_2025-05-25_final.docx to project_mary_graded_2025-05-25.docx.', className: 'success' },
{ type: 'output', text: 'Assignment files updated for grading!', className: 'info' },
{ type: 'delay', time: 1000 },
{ type: 'command', text: 'superhxpro export-map ./syllabus_archive ./syllabus_index_2025.json' },
{ type: 'output', text: 'Generating syllabus archive index...', className: 'info' },
{ type: 'output', text: 'Exported file map to ./syllabus_index_2025.json.', className: 'success' },
{ type: 'output', text: 'Comprehensive overview of your teaching materials.', className: 'info' },
{ type: 'delay', time: 2500 },
// --- 5. Architect/Engineer ---
{ type: 'heading', text: 'For Architects/Engineers: Managing Blueprints & CAD Files', delay: 1000 },
{ type: 'command', text: 'superhxpro batch-rename ./project_X_CAD "(^.*)_v(\\d+)\\.dwg" "\\1_CAD_Rev_\\2.dwg" true' },
{ type: 'output', text: 'Renaming CAD files for Project X...', className: 'info' },
{ type: 'output', text: ' - Renamed floorplan_v3.dwg to floorplan_CAD_Rev_3.dwg.', className: 'success' },
{ type: 'output', text: ' - Renamed section_A_v2.dwg to section_A_CAD_Rev_2.dwg.', className: 'success' },
{ type: 'output', text: 'Blueprint versions are now clear and consistent!', className: 'info' },
{ type: 'delay', time: 2500 },
// --- 6. Data Analyst ---
{ type: 'heading', text: 'For Data Analysts: Managing Large Data Sets', delay: 1000 },
{ type: 'command', text: 'superhxpro export-map ./data_sets ./data_catalog.json' },
{ type: 'output', text: 'Generating comprehensive data catalog...', className: 'info' },
{ type: 'output', text: 'Exported data structure to ./data_catalog.json.', className: 'success' },
{ type: 'output', text: 'Easily review your datasets and metadata.', className: 'info' },
{ type: 'delay', time: 2000 },
// --- 7. Content Manager ---
{ type: 'heading', text: 'For Content Managers: Tagging and Organizing Media Files', delay: 1000 },
{ type: 'command', text: 'superhxpro tag-file ./media/* --add "published,video" --recursive' },
{ type: 'output', text: 'Adding tags to media files...', className: 'info' },
{ type: 'output', text: ' - Tagged vacation.mp4 with "published,video".', className: 'success' },
{ type: 'output', text: ' - Tagged interview.mp4 with "published,video".', className: 'success' },
{ type: 'output', text: 'All media files categorized!', className: 'info' },
{ type: 'delay', time: 2000 },
// --- 8. Software Developer ---
{ type: 'heading', text: 'For Developers: Versioning and Code Management', delay: 1000 },
{ type: 'command', text: 'superhxpro batch-rename ./src "(.*)_v(\\d+)\\.js" "$1_Rev_\\2.js" true' },
{ type: 'output', text: 'Standardizing code version filenames...', className: 'info' },
{ type: 'output', text: ' - Renamed login_v2.js to login_Rev_2.js.', className: 'success' },
{ type: 'output', text: ' - Renamed dashboard_v5.js to dashboard_Rev_5.js.', className: 'success' },
{ type: 'output', text: 'Code files now clearly versioned!', className: 'info' },
{ type: 'delay', time: 2000 },
// --- 9. Event Organizer ---
{ type: 'heading', text: 'For Event Planners: Managing Event Files', delay: 1000 },
{ type: 'command', text: 'superhxpro batch-rename ./events "(.*)_draft\\.pdf" "$1_final.pdf" true' },
{ type: 'output', text: 'Finalizing event documents...', className: 'info' },
{ type: 'output', text: ' - Renamed wedding_draft.pdf to wedding_final.pdf.', className: 'success' },
{ type: 'output', text: ' - Renamed conference_draft.pdf to conference_final.pdf.', className: 'success' },
{ type: 'output', text: 'All event files ready for distribution!', className: 'info' },
{ type: 'delay', time: 2000 },
// --- 10. Legal Professional ---
{ type: 'heading', text: 'For Legal Professionals: Organizing Case Files', delay: 1000 },
{ type: 'command', text: 'superhxpro batch-rename ./cases "(.*)_(\\d{4})\\.pdf" "$1_Case_\\2.pdf" true' },
{ type: 'output', text: 'Standardizing case file names...', className: 'info' },
{ type: 'output', text: ' - Renamed Smith_v2023.pdf to Smith_Case_2023.pdf.', className: 'success' },
{ type: 'output', text: ' - Renamed Johnson_v2022.pdf to Johnson_Case_2022.pdf.', className: 'success' },
{ type: 'output', text: 'Case files organized for easy retrieval!', className: 'info' },
{ type: 'delay', time: 2000 },
// --- 11. Marketing Specialist ---
{ type: 'heading', text: 'For Marketers: Tagging Campaign Assets', delay: 1000 },
{ type: 'command', text: 'superhxpro tag-file ./campaigns/* --add "Q2,ad" --recursive' },
{ type: 'output', text: 'Applying campaign tags...', className: 'info' },
{ type: 'output', text: ' - Tagged banner_Q2_01.png with "Q2,ad".', className: 'success' },
{ type: 'output', text: ' - Tagged video_launch.mp4 with "Q2,ad".', className: 'success' },
{ type: 'output', text: 'Campaign assets tagged and ready!', className: 'info' },
{ type: 'delay', time: 2000 },
// --- 12. Real Estate Agent ---
{ type: 'heading', text: 'For Real Estate Agents: Managing Property Photos', delay: 1000 },
{ type: 'command', text: 'superhxpro auto-cleanup ./property_photos --ext .tmp --olderThan 60d' },
{ type: 'output', text: 'Cleaning up outdated photos...', className: 'info' },
{ type: 'output', text: ' - Removed 50 temporary image files.', className: 'success' },
{ type: 'output', text: 'Property gallery optimized!', className: 'info' },
{ type: 'delay', time: 2000 },
];
let commandIndex = 0;
let charIndex = 0;
let currentLine = null;
let cursor = null;
let personaHeading = null;
function typeWriter() {
if (commandIndex < commands.length) {
const item = commands[commandIndex];
if (item.type === 'delay') {
if (personaHeading) {
personaHeading.remove();
personaHeading = null;
}
setTimeout(() => {
commandIndex++;
typeWriter();
}, item.time);
return;
}
if (item.type === 'heading') {
if (personaHeading) {
personaHeading.remove(); // Remove previous heading if exists
}
personaHeading = document.createElement('h3');
personaHeading.classList.add('persona-heading');
personaHeading.textContent = item.text;
// Insert before the terminal container
terminalOutput.parentNode.parentNode.insertBefore(personaHeading, terminalOutput.parentNode);
personaHeading.style.animationDelay = (item.delay || 0) + 'ms';
personaHeading.style.opacity = '1'; // Make it visible for animation
terminalOutput.innerHTML = ''; // Clear terminal for new persona
commandIndex++;
setTimeout(typeWriter, (item.delay || 0) + 100); // Small delay to allow heading animation to start
return;
}
if (!currentLine) {
currentLine = document.createElement('span');
currentLine.classList.add('output-line');
currentLine.style.animationDelay = '0s'; // Each line appears immediately after previous
terminalOutput.appendChild(currentLine);
terminalOutput.scrollTop = terminalOutput.scrollHeight; // Scroll to bottom
if (item.type === 'command') {
const promptSpan = document.createElement('span');
promptSpan.classList.add('prompt');
promptSpan.textContent = '$ ';
currentLine.appendChild(promptSpan);
const commandSpan = document.createElement('span');
commandSpan.classList.add('command');
currentLine.appendChild(commandSpan);
charIndex = 0;
typeCommand(commandSpan, item.text);
return;
} else if (item.type === 'output') {
currentLine.textContent = item.text;
if (item.className) {
currentLine.classList.add(item.className);
}
currentLine.classList.add('current');
terminalOutput.scrollTop = terminalOutput.scrollHeight;
commandIndex++;
setTimeout(typeWriter, 500);
currentLine = null;
return;
}
}
} else {
// Loop commands after all are shown
setTimeout(() => {
if (personaHeading) {
personaHeading.remove();
personaHeading = null;
}
terminalOutput.innerHTML = '';
commandIndex = 0;
charIndex = 0;
currentLine = null;
typeWriter();
}, 3000);
}
}
function typeCommand(element, text) {
if (charIndex < text.length) {
element.textContent += text.charAt(charIndex);
charIndex++;
if (!cursor) {
cursor = document.createElement('span');
cursor.classList.add('cursor');
element.parentNode.appendChild(cursor);
}
element.parentNode.appendChild(cursor); // Keep cursor at end
setTimeout(() => typeCommand(element, text), 35); // Typing speed
} else {
if (cursor) {
cursor.remove();
cursor = null;
}
currentLine.classList.add('current');
terminalOutput.scrollTop = terminalOutput.scrollHeight;
commandIndex++;
currentLine = null;
setTimeout(typeWriter, 1200); // Delay after command is typed
}
}
document.addEventListener('DOMContentLoaded', typeWriter);
</script>
</body>
</html>