conch-shell 0.1.0

Conch Shell
conch-shell-0.1.0 is not a library.
Visit the last successful build: conch-shell-0.2.0

conch

Conch Shell

Install

Cargo

cargo install conch-shell

Homebrew (macOS/Linux)

brew tap prymul/conch
brew install conch

Debian/Ubuntu (.deb)

Download the .deb from the latest release and:

sudo dpkg -i conch-shell_*.deb

Releases

Versioning is automated with cocogitto based on Conventional Commits. Merging conventional commits into main triggers an automatic semver bump, tag, and GitHub release, which in turn publishes to crates.io, updates the Homebrew tap, and attaches a .deb package to the release.

Local commits are checked against the Conventional Commits spec with cocogitto, scanned for secrets with gitleaks, and linted/tested with cargo fmt/clippy/test — the same checks CI runs. These all run via git hooks defined in lefthook.yml and installed once per clone with:

lefthook install

Dependencies are audited against the RustSec advisory database in CI via cargo-audit.