Once launched, TermiFlow operates in a command-driven terminal mode where you can:
Launch system applications directly from the terminal:
launch chrome # Opens Chrome browser
launch code # Opens VS Code editor
launch [application] # Launch any registered applicationDefine 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.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.Switch between light and dark themes:
theme dark # Switch to dark theme
theme light # Switch to light themeView system information:
stats # Display CPU (N/A), Memory, Uptime (Windows-focused)