Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.3 KB

File metadata and controls

43 lines (36 loc) · 1.3 KB

Starting TermiFlow

Once launched, TermiFlow operates in a command-driven terminal mode where you can:

Available Commands (for command - handler mode)

Application Launcher

Launch system applications directly from the terminal:

launch chrome          # Opens Chrome browser
launch code            # Opens VS Code editor
launch [application]   # Launch any registered application

Custom Shortcuts

Define and use custom shortcuts for frequently used commands:

shortcut add chrome c          # Add shortcut 'c' for chrome
shortcut list                  # View all shortcuts
shortcut remove c                            # Remove the shortcut 'c' for chrome.

Command History

View previously executed commands:

history list                        # Display command history
history clear                       # Clear command history
history goto [index]              # Go to a particular command using the index assigned to it.

Theme Management

Switch between light and dark themes:

theme dark                     # Switch to dark theme
theme light                    # Switch to light theme

System Stats

View system information:

stats                          # Display CPU (N/A), Memory, Uptime (Windows-focused)