Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@KYDronePilot KYDronePilot released this 30 Sep 01:38
· 9 commits to master since this release
6d32b0e

Version 1.0.0 release of tpcli.

Core features

  • Control both your Teams status and message with one simple command.
  • Specify a precise expiration time or duration on your status.
  • Leave the expiration blank, and tpcli will wait for you to clear your status on-demand, by pressing the enter key.

Installation

macOS

M1:

sudo curl -sSL 'https://github.com/kdp-dev/tpcli/releases/download/v1.0.0/tpcli-aarch64-apple-darwin.tgz' | sudo tar xzv -C /usr/local/bin

Intel:

sudo curl -sSL 'https://github.com/kdp-dev/tpcli/releases/download/v1.0.0/tpcli-x86_64-apple-darwin.tgz' | sudo tar xzv -C /usr/local/bin

Windows

Run from an Administrator powershell prompt:

Invoke-WebRequest -Uri "https://github.com/kdp-dev/tpcli/releases/download/v1.0.0/tpcli-x86_64-pc-windows-msvc.zip" -OutFile "$env:temp\tpcli.zip"
Expand-Archive -Path "$env:temp\tpcli.zip" -DestinationPath C:\Windows

Linux

x86_64:

sudo curl -sSL 'https://github.com/kdp-dev/tpcli/releases/download/v1.0.0/tpcli-x86_64-unknown-linux-musl.tgz' | sudo tar xzv -C /usr/local/bin

aarch64:

sudo curl -sSL 'https://github.com/kdp-dev/tpcli/releases/download/v1.0.0/tpcli-aarch64-unknown-linux-musl.tgz' | sudo tar xzv -C /usr/local/bin