Skip to content
/ vscer Public

Vscer is a command-line tool written in Rust for downloading vscode extension

Notifications You must be signed in to change notification settings

un4gt/vscer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vscer

English | 简体中文

Vscer is a command-line tool written in Rust for downloading vscode extension.

Can't download VSIX extensions from the web marketplace anymore ? : r/vscode

Demo

Tech Stack

  • Rust
    A stable, high-performance, cross-platform system programming language.
  • Key Dependencies
    • clap: Command-line argument parsing.
    • reqwest: A synchronous HTTP client for sending network requests.
    • serde_json: Parsing JSON data.
    • indicatif: Progress bars and loading animations.
    • inquire: Interactive command-line prompts.
    • indexmap: An ordered Map data structure that maintains insertion order.

Download

You can download from Releases.

Thanks for dist

Or build it locally:

git clone https://github.com/un4gt/vscer.git
cd vscer
cargo build --release