Releases: kdp-dev/tpcli
Releases · kdp-dev/tpcli
1.0.0
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
tpcliwill 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/binIntel:
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/binWindows
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:\WindowsLinux
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/binaarch64:
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