Seamlessly sync the latest AI output in a flash. 🧠⚡
gptsync is a simple yet powerful tool that automatically finds the most recent .zip file in your Downloads folder, typically output from AI systems, and extracts it to your current working directory. Perfect for quickly managing and updating AI-generated files.
- Automatic file detection: Finds the most recent
.zipfile from your Downloads folder. - Instant extraction: Extracts files directly into your current working directory.
- Command-line interface: Easy-to-use CLI with the command
gptsync. - AI-centric: Perfect for handling output from AI tools and systems.
npm install gptsyncYou can use gptsync from the command-line anywhere with npx:
npx gptsyncIt will:
- Find the most recent
.zipfile in your Downloads folder. - Extract it into your current working directory.
-
Git Repository Must Be Clean: The tool checks if the Git repository is clean (no uncommitted changes or untracked files). If the repository is not clean, the extraction will not occur unless you pass the
--force(-f) flag:npx gptsync --force
This will allow the extraction even if the Git history is not clean. Use this flag cautiously.
This project is licensed under the MIT License.