Skip to content

ListCoderCLi v0.1.14

Choose a tag to compare

@legitey01 legitey01 released this 14 Aug 04:05
· 2 commits to main since this release

ListCoderCLi v0.1.14

Maintenance release with refreshed installers.

  • AUR PKGBUILD discontinued (upstream site instability)
  • RPM package fixed: binaries are now shipped byte-exact (patching scripts no longer strip the Bun self-contained payload)

Instalar no Linux/macOS

Opção 1 — instalador oficial (recomendado):

curl -fsSL https://raw.githubusercontent.com/legitey01/List-Coder-CLI-Realeses/main/install.sh | bash

Opção 2 — npm:

npm install -g @listcoder/cli

Opção 3 — Homebrew (Linux):

brew tap legitey01/homebrew-tap
brew install listcoder

Opção 4 — binário direto:

curl -fL -o listcoder https://github.com/legitey01/List-Coder-CLI-Realeses/releases/download/v0.1.14/listcoder-x86_64-unknown-linux-gnu
chmod +x listcoder
sudo mv listcoder /usr/local/bin/

Opção 5 — pacotes .deb / .rpm:

Windows

Instale pelo instalador oficial do ListCoder (desktop) ou pelo binário nativo; a partir de então o CLI se mantém sempre atualizado automaticamente (checagem a cada 30s, sem precisar reinstalar).

Atualizar instalação existente

listcoder upgrade

Verificar versão

listcoder --version

Auto-update: o CLI checa o GitHub a cada 30s e aplica atualizações em segundo plano com aviso: "Patch update applied: vX. Restart to use the new version. Disable via autoupdate: false in config."