{"id":25085583,"url":"https://github.com/lingesh15/github-autocommit-vscode-extension","last_synced_at":"2026-04-11T19:07:40.078Z","repository":{"id":267965771,"uuid":"902889832","full_name":"Lingesh15/Github-AutoCommit-VsCode-Extension","owner":"Lingesh15","description":"The AutoCommitter extension for Visual Studio Code automatically commits and pushes changes to a specified GitHub repository every 10 minutes.","archived":false,"fork":false,"pushed_at":"2024-12-13T14:43:51.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-07T08:27:31.317Z","etag":null,"topics":["automation","azure-devops","github","javascript","npm","typescript","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=Lingesh-Dev.AutoCommitter-Github","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lingesh15.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-13T13:32:32.000Z","updated_at":"2024-12-18T12:40:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e904e00-b2a8-4381-8338-d28e84e39400","html_url":"https://github.com/Lingesh15/Github-AutoCommit-VsCode-Extension","commit_stats":null,"previous_names":["lithetechnologies/github-autocommit-vscode-extension","lingesh15/github-autocommit-vscode-extension"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lingesh15%2FGithub-AutoCommit-VsCode-Extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lingesh15%2FGithub-AutoCommit-VsCode-Extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lingesh15%2FGithub-AutoCommit-VsCode-Extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lingesh15%2FGithub-AutoCommit-VsCode-Extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lingesh15","download_url":"https://codeload.github.com/Lingesh15/Github-AutoCommit-VsCode-Extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246645449,"owners_count":20810955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","azure-devops","github","javascript","npm","typescript","vscode-extension"],"created_at":"2025-02-07T08:23:21.611Z","updated_at":"2025-12-30T21:25:59.558Z","avatar_url":"https://github.com/Lingesh15.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoCommitter - VS Code Extension\n\nThe **AutoCommitter** extension for Visual Studio Code automatically commits and pushes changes to a specified GitHub repository every 10 minutes. It's a useful tool for developers who want to save their progress periodically without having to manually commit and push changes.\n\n## Features\n\n- **Auto Commit and Push**: Automatically commits and pushes changes from the active file to a GitHub repository.\n- **Customizable GitHub Repository**: Configure your GitHub repository using the extension prompt.\n- **Periodic Commit**: Configurable to commit and push changes every 10 minutes.\n- **Commit History**: The file is committed with a timestamp in its name for tracking.\n\n## Installation\n\n1. Install the extension from the **VS Code Marketplace**.\n2. Open the **Command Palette** (`Ctrl+Shift+P` or `Cmd+Shift+P`) and search for `AutoCommitter`.\n3. Configure your GitHub repository when prompted, or use the command `AutoCommitter: Set Repository` to set the repository manually.\n4. Start the auto-commit process by running the `AutoCommitter: Start Auto Commit` command from the Command Palette.\n\n## Requirements\n\n- **Git**: Ensure you have Git installed on your system.\n- Create a Repository named \"your-commit-directory\" in the user path (ex: C:/Users/User/your-commit-directory).\n-  Initialize git in the directory and create a main branch and set it as default.\n- **GitHub**: You need a GitHub account and a repository to commit the changes.\n- **Node.js**: The extension uses Node.js for backend processing.\n\n## Usage\n\n1. **Set Repository**: When you first run the extension, you'll be prompted to enter your GitHub repository (in the format `username/repository-name`).\n2. **Start Auto Commit**: Once the repository is set, run the `AutoCommitter: Start Auto Commit` command to start the automatic commit process.\n3. **Commit Interval**: The extension will commit the file every 10 minutes with the current contents and push it to your GitHub repository.\n4. **Log File**: The committed file will be saved with the name `committed_file \u003ctimestamp\u003e.txt` in the Git repository.\n\n## How It Works\n\n1. **Auto Commit**: The extension reads the active file content and commits it to the local Git repository.\n2. **Push Changes**: The changes are pushed to the GitHub repository that you configure.\n3. **Interval**: The commit and push process occurs every 10 minutes. You can modify this duration in the code if necessary.\n\n## Commands\n\n- `AutoCommitter: Set Repository`: Set or change the GitHub repository for commits.\n- `AutoCommitter: Start Auto Commit`: Start the automatic commit process.\n- `AutoCommitter: Stop Auto Commit`: Stop the automatic commit process.\n\n\n\nContributions are welcome! Please feel free to fork the repository, submit pull requests, or open issues for suggestions and bugs.\n\n## Troubleshooting\n\n- **Error committing or pushing**: If you encounter errors related to pushing commits, ensure that your local repository is correctly set up, and the repository URL is accurate.\n- **Personal Access Token**: When setting up the extension, you may be asked to provide a GitHub Personal Access Token for authentication. You can create one in your GitHub account settings u\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingesh15%2Fgithub-autocommit-vscode-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flingesh15%2Fgithub-autocommit-vscode-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingesh15%2Fgithub-autocommit-vscode-extension/lists"}