just-bashit
Evolving set of shfmt-conformant, bats-tested, shellcheck-linted tools, templates, and more.
Install
uv tool install just-bashit # or: pip install just-bashit
That puts three commands on PATH: jb (top-level CLI), jbx (ephemeral
runner — fetch a script, call a function, discard), and jb-inspect.
Nothing needs installing to use a script. jbx fetches on demand:
jbx install-deps # install this repo's packages
jbx make-run mk-var -C ~/doppler DOCS_BUILD_CMD
Getting Started
A release package contains shell libraries along with script and function templates for developing your own tools.
just-bashit
+--README.md
+--src/just_bashit/
| +-- datetime.sh
| +-- environment.sh
: :
| +-- function-template.sh
| +-- script-template
+--test-results/
Some libraries depend on others so it's best to use the whole package and source whatever you need, for example:
. just-bashit/src/just_bashit/datetime.sh # contains iso-8601-basic()
iso-8601-basic -d '10:32 AM EDT Jan 5 1982'
19820105T143200Z
Ask a repo what its commands are
make-run resolves a repository's targets and command variables from that
repository's own Makefile, so nothing downstream has to carry a second copy
of a command that will drift from it:
jbx make-run mk-var -C ~/doppler DOCS_BUILD_CMD
# uv run --group docs zensical build --clean --strict
jbx make-run mk-run -C ~/doppler docs # run it, whatever it is
An undefined variable is an error, never an empty string — see the docs.
Release files for just-bashit 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| just_bashit-0.5.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / just_bashit-0.5.1-py3-none-any.whl
| Download URL | just_bashit-0.5.1-py3-none-any.whl |
|---|---|
| Size | 62.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2701a83d2013aebd4864a2f73158c3a219a48aea5522befc9cfda1a26faf4a89
|
|
BLAKE2b-256 checksum How to use checksums |
23494092511446905f2a64d8f3ee55bcb85bcecd48242a47a01183efc1bd1655
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 9, 2026.
Transparency log