GS-Edit

The Best Code Editor - GS


License
MIT
Install
pip install GS-Edit==0.2.6

Documentation

📝 GS-Edit

GS Edit is an open source multi language IDE, with the goal of giving all the design and customization of the editor to the user.

Screenshot 2024-11-17 183443

Windows OS Compatible Mac OS Compatible Linux OS Compatible

🛠️ Installation

Method #1 (Manual Installation)

Install the binary from Releases for your OS, and place it in a folder recognized by your PATH or add it's location to your PATH.

Method #2 (Automatic Installation - Pip - requires Python)

Open a terminal (with Python installed on your machine)

pip install GS-Edit

Launch GS-Edit in your terminal:

gs

Method #3 (Build from the repo - requires Python)

Open a terminal (with Rust installed on your machine)

git clone https://github.com/james-kaddissi/gs_edit.git
cd gs_edit
pip install -e .


📄 Feautres

  • Supports Python or Rust extensions
  • Custom advanced Version Control and support for native version controls
  • Internal CSS Editor - edit the entire look and feel of the editor from within the editor with a user freindly UI
  • Includes most common and popular features of other major IDEs (Supports most languages, integrated terminal, search and replace, etc.)