diff --git a/.gitignore b/.gitignore index 5145add..5598827 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ test-suite.ps1 .claude/ image.png image copy.png + + +# Agents +.agent \ No newline at end of file diff --git a/README.md b/README.md index 6a97fed..019032a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# multigravity-pro +# multigravity-pro-v2 -[![GitHub Repository](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/Pulkit7070/multigravity-pro) -[![GitHub Profile](https://img.shields.io/badge/GitHub-Profile-blue?logo=github)](https://github.com/Pulkit7070) -![Stars](https://img.shields.io/github/stars/Pulkit7070/multigravity-pro?style=social) +[![GitHub Repository](https://img.shields.io/badge/GitHub-Repository-blue?logo=github)](https://github.com/CodeArtisanRiz/multigravity-pro-v2) +[![GitHub Profile](https://img.shields.io/badge/GitHub-Profile-blue?logo=github)](https://github.com/CodeArtisanRiz) +![Stars](https://img.shields.io/github/stars/CodeArtisanRiz/multigravity-pro-v2?style=social) Multigravity @@ -23,7 +23,7 @@ No more logging in and out. Just switch profiles instantly or use them all at on Open your terminal and paste this: ```bash -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Pulkit7070/multigravity-pro/main/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/CodeArtisanRiz/multigravity-pro-v2/main/install.sh)" ``` ### Windows @@ -31,7 +31,7 @@ Open your terminal and paste this: Open **PowerShell** and paste: ```powershell -irm https://raw.githubusercontent.com/Pulkit7070/multigravity-pro/main/install.ps1 | iex +irm https://raw.githubusercontent.com/CodeArtisanRiz/multigravity-pro-v2/main/install.ps1 | iex ``` That's it. Multigravity is now installed. Verify everything is set up correctly: @@ -40,6 +40,8 @@ That's it. Multigravity is now installed. Verify everything is set up correctly: multigravity doctor ``` +*(If you are using the Antigravity IDE, verify with `multigravity --ide doctor` instead.)* + --- ## Getting Started @@ -67,6 +69,13 @@ multigravity work Antigravity will open using that profile's isolated settings, accounts, and extensions. +> **💡 Launching the IDE Version:** +> To open or create a profile with the **Antigravity IDE** version instead of standard Antigravity, add the global `--ide` flag: +> ```bash +> multigravity --ide work +> ``` +> This will target the Antigravity IDE application and create dedicated launcher shortcuts labeled **"Multigravity (IDE)"**. Without the flag, it opens the usual version. + You can also pass normal Antigravity arguments through: ```bash @@ -202,15 +211,19 @@ multigravity help | Status dashboard | `status` | See which profiles are running, their type, last used time, and disk size — at a glance. | | Export / Import | `export work ./work.zip` | Pack a profile into one portable file. Move between machines, share with teammates, back up. | | Windows support fixed | All commands | The original Windows support was broken. Rewrote the PowerShell script with proper stream handling, symlink creation, and tested all 40+ edge cases. | +| Antigravity IDE launch | `multigravity --ide ` | Target the Antigravity IDE application instead of standard Antigravity. Creates dedicated launcher shortcuts with "(IDE)" suffix. Without the flag, it opens the usual version. | Everything from the original [multigravity-cli](https://github.com/sujitagarwal/multigravity-cli) still works — `new`, `list`, `clone`, `rename`, `delete`, `doctor`, `stats`, `update`, `completion`. --- -## Credits +## Credits & Attribution -Multigravity Pro is built on top of [multigravity-cli](https://github.com/sujitagarwal/multigravity-cli) by [Sujit Agarwal](https://github.com/sujitagarwal). +Multigravity Pro v2 is a fork of the excellent [multigravity-cli](https://github.com/sujitagarwal/multigravity-cli) developed by [Sujit Agarwal](https://github.com/sujitagarwal) (GitHub: [@sujitagarwal](https://github.com/sujitagarwal)). + +To ensure clear attribution and contributions: the core architecture, CLI logic, multi-profile isolation, and original commands are entirely **Sujit Agarwal's** original work. [@CodeArtisanRiz](https://github.com/CodeArtisanRiz) built on top of this solid foundation to add the **Antigravity IDE** (`--ide` flag) support, alongside other enhancements. Huge credit goes to Sujit for creating the original tool! ## License MIT + diff --git a/index.html b/index.html index 731e9d6..c0a4050 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Multigravity Pro + Multigravity Pro v2