You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added some lines on the gitignore file to exclude .DS_Store for MacOS.
Removed some lines for when you go back to homepage, the terminal will be cleared.
Issues
When the commands are done, it does not wait for the users input to continue to Home Screen or show how the command went successfully without the App caching first
The program is not intended to be used as a service for now because it's prone to Command Injection: Unsanitized input from user input flows into os.system
The Snyk Extension on VSCode picks this issue as: ⚠️Medium Severity | Command Injection | Priority Score 600 | Vulnerability: [CWE-78], So please use it on your own machine