Skip to content

v0.1.0

Choose a tag to compare

@t41372 t41372 released this 11 Jul 19:17
· 35 commits to main since this release
a3b6214

skit 0.1.0 — the launcher release. Highlights since 0.0.1:

  • CJK input fixed — typing Chinese/Japanese/Korean in the TUI now works in iTerm2 (skit opts out of the kitty keyboard protocol's report-all-keys mode that fought the macOS IME).
  • Launcher by default — a script started from the menu now hands you the terminal back when it finishes, passing its exit code through. Prefer the workbench loop? skit config after_run stay or flip it in Preferences (,).
  • skit add opens the review panel — an interactive skit add x.py now opens the same panel as the TUI's a: name, description, storage, dependencies and detected parameters, all prefilled and editable. --no-input, pipes and form=plain keep the line prompts.
  • Keyboard-first forms — every form opens with its first field focused and ↓/↑ move between fields wherever Tab works; each form footer advertises it with a clickable Tab/↓ chip.
  • Honest footer — while the search box has focus, the footer swaps to what actually works (Enter run · Esc back).
  • README gained an Update section; the version is now single-sourced from pyproject.toml.

Install or update (the package is named skit-cli; the command it installs is skit):

uv tool install skit-cli    # install
uv tool upgrade skit-cli    # update

Published to PyPI via GitHub Actions Trusted Publishing: https://pypi.org/project/skit-cli/0.1.0/