Tag: coding


  • Terminal Terminals, also known as Command Line Interfaces open shell environments that allow you to: Your default CLI usually depends on your operating system. MacOS: Terminal (The default app runs a shell like zsh or bash) Linux: Terminal (More shells available, such as fish, etc) Windows: Command Prompt Cmd.exe, PowerShell or Windows Terminal Code Editors…