Skip to content

ChipperFluff/ChipScript

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 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


πŸ”— 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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages