ListCoderCLi v0.1.14
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 | bashOpção 2 — npm:
npm install -g @listcoder/cliOpção 3 — Homebrew (Linux):
brew tap legitey01/homebrew-tap
brew install listcoderOpçã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:
- Debian/Ubuntu: https://github.com/legitey01/List-Coder-CLI-Realeses/releases/download/v0.1.14/listcoder_0.1.14_amd64.deb
- Fedora/RHEL: https://github.com/legitey01/List-Coder-CLI-Realeses/releases/download/v0.1.14/listcoder-0.1.14-1.x86_64.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 upgradeVerificar versão
listcoder --versionAuto-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."