-
Notifications
You must be signed in to change notification settings - Fork 2
Home
IshaanNene edited this page Sep 1, 2024
·
1 revision
Welcome to the GoShell project wiki! This page provides an overview of the GoShell project, including its purpose, features, setup instructions, and how you can contribute.
GoShell is a command-line shell application implemented in Go. It aims to provide a powerful, extensible, and user-friendly shell environment with enhanced features and improved performance.
-
Command Support: Implements common Unix-like commands such as
ls
,pwd
,touch
,rm
,cat
,cd
, andmkdir
. - Extensibility: Easily extendable with custom commands and features.
- Cross-Platform: Works on multiple operating systems, including macOS, Linux, and Windows.
- Integration: Supports integration with other tools and scripts.