Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 ChipScript 🐿️

A Lightweight, Git-Backed Script Manager for Linux


📌 What is ChipScript?

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.

🚀 How It Works

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

⚡ Key Features

Quick Script Creationchipi.create myscript
Easy Editingchipi.code myscript (opens in VS Code)
Git Integrationchipi.commit "msg", chipi.push, chipi.pull
Automatic Version Trackingchipi.version
Silent Updateschipi.sync silence


🔗 Git Commands (Preconfigured)

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

📦 Versioning System

  • 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

📜 License

MIT License - Use, modify, and contribute freely!


🔥 ChipScript: A lightweight script manager with Git integration.
🚀 Clone, create, sync, and run your scripts effortlessly!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages