A Lightweight, Git-Backed Script Manager for Linux
ChipScript is a portable script manager that allows you to:
- Easily create and manage scripts with simple commands.
- Sync scripts across devices using Git.
- Keep track of installed scripts with automatic versioning.
- Load scripts automatically in
.bashrc
.
1οΈβ£ Clone ChipScript
git clone git@github.com:<your-username>/ChipScript.git ~/ChipScript
2οΈβ£ Run the installer
bash ~/ChipScript/install.sh
3οΈβ£ Start using ChipScript
chipi.create myscript # Create a new script package
chipi.code myscript # Open it in VS Code
chipi.commit "Added myscript"
chipi.push # Sync it to GitHub
4οΈβ£ Sync on another PC
chipi.pull # Fetch latest scripts
β
Quick Script Creation β chipi.create myscript
β
Easy Editing β chipi.code myscript
(opens in VS Code)
β
Git Integration β chipi.commit "msg"
, chipi.push
, chipi.pull
β
Automatic Version Tracking β chipi.version
β
Silent Updates β chipi.sync silence
Command | Description |
---|---|
chipi.git |
Runs Git commands inside ChipScript directory |
chipi.commit "msg" |
Commits changes with a message |
chipi.push |
Pushes committed changes |
chipi.pull |
Pulls the latest updates |
chipi.sync |
Pulls updates and updates the version number |
X.0.0
β Major changes (structure updates).X.Y.0
β Minor updates (features, bug fixes).X.Y.Z
β Number of installed scripts (chipi.version
).
ChipScript 1.1.30 πΏοΈ # Means 30 script packages are installed
MIT License - Use, modify, and contribute freely!
π₯ ChipScript: A lightweight script manager with Git integration.
π Clone, create, sync, and run your scripts effortlessly!