github runkids/skillshare v0.19.8

6 hours ago

[0.19.8] - 2026-05-08

New Features

  • Shell completion — new skillshare completion command generates tab-completion scripts for bash, zsh, fish, PowerShell, and Nushell. Supports --install to auto-write the script to the correct platform path. Refs: #148
    skillshare completion bash --install    # one-line setup
    skillshare completion zsh --install
    skillshare completion fish --install
    skillshare completion powershell --install
    skillshare completion nushell --install
    Covers all commands, subcommands, and per-command flags. Bash, zsh, and PowerShell scripts auto-detect aliases (e.g. alias ss=skillshare) and register completions for them

Changelog

  • f609766 feat: add alias auto-detection to completion scripts
  • 79cb6c2 feat: add powershell/nushell completion + fix bash fallback (#148)
  • 829851f feat: add shell completion command for bash/zsh/fish (#148)
  • d8007dd refactor: simplify completion with struct map, fix nushell gaps

Don't miss a new skillshare release

NewReleases is sending notifications on new releases.