Skip to content

syncthing.net

Open source continuous file synchronization application

Package Information

  • Domain: syncthing.net
  • Name: syncthing.net
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install syncthing

Programs

This package provides the following executable programs:

  • syncthing

Aliases

This package can also be accessed using these aliases:

  • syncthing

Available Versions

Show all 19 versions
  • 1.29.7, 1.29.6, 1.29.5, 1.29.4, 1.29.3
  • 1.29.2, 1.29.1, 1.29.0, 1.28.1, 1.28.0
  • 1.27.12, 1.27.11, 1.27.10, 1.27.9, 1.27.8
  • 1.27.7, 1.27.6, 1.27.5, 1.27.4

Latest Version: 1.29.7

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +syncthing.net@1.29.7 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.syncthingnet

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.