v-swift
VLESS-Reality & Hysteria2 VPS node deployer desktop app
File Explorer
- ci.yml
- release.yml
- ui-redesign-plan.md
- v-swift-logo.svg
- ConnectionSummary.tsx
- ManualCredentialFields.tsx
- SavedProfileList.tsx
- types.ts
- index.ts
- LogViewer.tsx
- ServiceList.tsx
- StatusCard.tsx
- VpsSelector.tsx
- Badge.tsx
- Button.tsx
- Callout.tsx
- Card.tsx
- Field.tsx
- index.ts
- Modal.tsx
- PageShell.tsx
- SectionHeader.tsx
- SegmentedControl.tsx
- Skeleton.tsx
- Spinner.tsx
- StatCard.tsx
- Toast.tsx
- ConnectForm.tsx
- DeployProgress.tsx
- ProtocolPicker.tsx
- SubscriptionView.tsx
- UpdateControl.tsx
- control.ts
- devMock.ts
- errors.ts
- index.ts
- invoke.ts
- types.ts
- deploymentActivity.tsx
- errors.ts
- format.ts
- index.ts
- labels.ts
- navigationGuard.ts
- validation.ts
- ControlPanel.tsx
- NewNodeWizard.tsx
- NodeDetail.tsx
- NodeList.tsx
- App.tsx
- index.css
- main.tsx
- vite-env.d.ts
- default.json
- 128x128.png
- [email protected]
- 32x32.png
- 64x64.png
- icon.icns
- icon.ico
- icon.png
- activate_subscription_service.sh
- cleanup_subscription_staging.sh
- configure_hysteria2.sh
- configure_vless_reality.sh
- control_managed_service.sh
- detect_os.sh
- install_hysteria2.sh
- install_xray.sh
- prepare.sh
- protocol_deployment_transaction.sh
- remove_subscription_service.sh
- setup_firewall.sh
- setup_subscription_service.sh
- subscription_server.py
- uninstall_hysteria2.sh
- uninstall_xray.sh
- commands.rs
- mod.rs
- monitor.rs
- service.rs
- ssh_pool.rs
- mod.rs
- hysteria2.rs
- mod.rs
- vless_reality.rs
- mod.rs
- mod.rs
- mod.rs
- mod.rs
- commands.rs
- error.rs
- events.rs
- lib.rs
- main.rs
- remote_subscription.rs
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- .gitignore
- CHANGELOG.md
- index.html
- LICENSE
- package-lock.json
- package.json
- postcss.config.js
- README.md
- README.zh-CN.md
- tailwind.config.js
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
cargo check
View Details ▼
cargo check
Check a local package and all of its dependencies for errors.
cargo {{[c|check]}}
Check the current package:
cargo {{[c|check]}} --tests
Check all tests:
cargo {{[c|check]}} --test {{integration_test1}}
Check the integration tests in `tests/integration_test1.rs`:
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
dpkg
View Details ▼
dpkg
Debian package manager.
Some subcommands such as `deb` have their own usage documentation.
For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
sudo dpkg {{[-i|--install]}} {{path/to/file.deb}}
Install a package:
sudo dpkg {{[-r|--remove]}} {{package}}
Remove a package:
dpkg {{[-l|--list]}} {{pattern}}
List installed packages:
xattr
View Details ▼
xattr
Utility to work with extended filesystem attributes.
xattr -l {{file}}
List key:value extended attributes for a given file:
xattr -w {{attribute_key}} {{attribute_value}} {{file}}
Write an attribute for a given file:
xattr -d {{com.apple.quarantine}} {{file}}
Delete an attribute from a given file:
