
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
★ Releases
★
License
★ Changelog
★ Software metrics
★
★
★
★
clapcomplete is a utility for generating zsh and bash completion configurations for programs using claptrap .
Please file issues in the claptrap todo, and
post patches and questions to the claptrap list;
please also include #clapcomplete somewhere in your subjects.
Clapcomplete takes Claptrap JSON usage data and generates completion scripts for
programs. These can then be sourced, after which zsh (or bash) argument
completion should be enabled for the command. Clapcomplete will work with any
program using Claptrap, without modification to the original program. Zsh and bash
are supported. Completions for nested commands are supported.
To use, run the target command with the CLAPTRAP_USAGE_JSON=true environment
variable; for example, for the rook program, run:
$ CLAPTRAP_USAGE_JSON=true rook | clapcomplete > rook_completion.sh
Then, source (source rook_completion.sh) and voila -- rook <tab> should show
suggestions (if you have completions enabled). To make this persistent, put
rook_completion.sh somewhere and source it in your .zshrc.
See the end of CHANGELOG.md for a current list of known issues; you can also
check the ticket tracker, although the legume
report (in CHANGELOG.md) is probably more comprehensive.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.