Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jul 11:50
v0.1.2

Installation

Download the archive for your platform below, extract it, and put
lsend on your PATH.

Quick install (macOS / Linux)

# Pick the URL matching your arch + OS, or use the one-liner below.
curl -L https://github.com/lsendapp/cli/releases/latest/download/lsend-$(uname -m | sed 's/x86_64/x86_64/;s/aarch64/aarch64/')-$(uname -s | tr A-Z a-z | sed 's/darwin/apple-darwin/;s/linux/unknown-linux-musl/').tar.gz \
  | tar xz
sudo mv lsend /usr/local/bin/

Windows

Download lsend-x86_64-pc-windows-msvc.zip (or -aarch64-),
extract, and add the folder to your PATH.

From source

cargo install lsend-cli --locked

Verify

Compare the archive's SHA-256 against SHA256SUMS in this release.

sha256sum -c SHA256SUMS

See the README and
skills/localsend-cli/SKILL.md
for usage.

Full Changelog: v0.1.1...v0.1.2