v0.1.0
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 stayor flip it in Preferences (,). skit addopens the review panel — an interactiveskit add x.pynow opens the same panel as the TUI'sa: name, description, storage, dependencies and detected parameters, all prefilled and editable.--no-input, pipes andform=plainkeep 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 # updatePublished to PyPI via GitHub Actions Trusted Publishing: https://pypi.org/project/skit-cli/0.1.0/