All Projects → moeenz → vscode-updater

moeenz / vscode-updater

Licence: MIT license
A simple script to automate downloading, installing and restarting Visual Studio Code.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to vscode-updater

Port-Able-Suite
🌐 Manager for portable applications
Stars: ✭ 35 (-40.68%)
Mutual labels:  updater, update
Appimageupdate
AppImageUpdate lets you update AppImages in a decentral way using information embedded in the AppImage itself.
Stars: ✭ 261 (+342.37%)
Mutual labels:  updater, update
ProgramUpdater
PUF - Program Updater Framework. A library to easier the task of program updating
Stars: ✭ 14 (-76.27%)
Mutual labels:  updater, update
Appupdate
🚀 Android 版本更新 🚀 a library for android version update 🚀
Stars: ✭ 3,375 (+5620.34%)
Mutual labels:  updater, update
Ember Cli Updater
ember-cli addon to help you update your ember-cli application or addon.
Stars: ✭ 32 (-45.76%)
Mutual labels:  updater, update
MacOS-All-In-One-Update-Script
Mac update shell script (Appstore, macOS, Homebrew and others)
Stars: ✭ 39 (-33.9%)
Mutual labels:  updater, update
iQuail
Easy to use cross-platform installer & updater for desktop applications
Stars: ✭ 20 (-66.1%)
Mutual labels:  updater, update
Nupdate
A comfortable update solution for .NET-applications.
Stars: ✭ 394 (+567.8%)
Mutual labels:  updater, update
Update4j
Create your own auto-update framework
Stars: ✭ 497 (+742.37%)
Mutual labels:  updater, update
script-updater-for-php
A MIT Licensed script updater for projects
Stars: ✭ 24 (-59.32%)
Mutual labels:  updater, update
PATCH
The PATCH repository for issues tracking, wiki and shared material.
Stars: ✭ 34 (-42.37%)
Mutual labels:  updater, update
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+140.68%)
Mutual labels:  update
Kaju
Xojo code for implementing self-updating apps
Stars: ✭ 52 (-11.86%)
Mutual labels:  updater
SQLiteHelper
🗄 This project comes in handy when you want to write a sql statement easily and smarter.
Stars: ✭ 57 (-3.39%)
Mutual labels:  update
auto-updater
Node.js auto-update plugin
Stars: ✭ 71 (+20.34%)
Mutual labels:  updater
assetUpdater-core
AssetUpdater is a Unity plugin which helps developers build assetbundles and download it easily
Stars: ✭ 38 (-35.59%)
Mutual labels:  update
trivrost
A repurposable application-downloader and -launcher
Stars: ✭ 36 (-38.98%)
Mutual labels:  updater
EmoticonsBoard
Function keyboard and emotions. Android表情键盘,可动态更新表情。
Stars: ✭ 31 (-47.46%)
Mutual labels:  update
openshift-update-graph
Visualize the OpenShift Update Graph
Stars: ✭ 20 (-66.1%)
Mutual labels:  update
java6-to-java8
Guia para ajudar devs Java atualizarem sua certificação Java 6 para Java 8.
Stars: ✭ 42 (-28.81%)
Mutual labels:  update

Visual Studio Code Updater

This is a simple script to automate downloading, installing and restarting vscode.

Usage

    git clone https://github.com/moeenz/vscode-updater
    cd vscode-updater
    ./update.sh

For easier future usages simply put this in your .bashrc or .bash_profile file:

    alias update-vscode="bash /path/to/vscode-updater/update.sh"

Now you can run update-vscode easily from anywhere in terminal.

Update the script

    cd vscode-updater
    git pull

Note

This script will kill all vscode processes before installing latest version, so you're responsible for saving your work before running this script.

License

The MIT License (MIT)

Copyright (c) 2018 vscode-updater Project.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].