GLIM Shell is a lightweight shell wrapper built in Go that allows you to run system commands with a colorful and interactive experience. It uses a custom, color-coded banner and provides a clean CLI interface for common shell tasks. The shell features built-in support for common commands and system calls like ls, pwd, echo, and more.
- Colorful Display: GLIM Shell uses colors to enhance your experience with dynamic system information, including Go version and launch time.
- Help Menu: Displays a helpful menu with supported commands and shortcuts.
- System Command Execution: Run system commands as usual, just like you would in a normal shell.
- Simple Command Syntax: Just type in the commands with no additional configuration required.
Make sure you have Go 1.x or higher installed on your machine.
- Clone the repository:
git clone https://github.com/SOORAJTS2001/glim.git . -
go run main.go
You could always exit the application by typing quit or exit

