Skip to main content

A TUI command launcher built on top of just. Define recipes once, run them anywhere.

Project description

justx logo

Release Build status Supported Python versions PyPI - Downloads


justx is a TUI command launcher built on top of just. Define recipes once, run them anywhere.

justx TUI demo


Documentation  ·  PyPI


Installation

uv tool install justx   # recommended
# or
pip install justx

Prerequisite: the just binary must be available on $PATH.

Quickstart

1. Initialise your global recipe library:

justx init

This creates ~/.justx/ with a sample justfile to get you started. To pull in a richer set of ready-made recipes (git, docker, filesystem tools, and more), run:

justx init --download-examples

2. Launch the TUI:

justx

Browse your recipes with the arrow keys and press Enter to run one. Press q to quit.

Global recipes

justx supports global recipes; recipes that are available from anywhere on your machine, no matter which project you're in.

Global recipes are discovered automatically when you run justx. justx searches for the global justfile and also discovers all .just files in the ~/.justx/ directory. For example:

~/.justx/
├── git.just        # git workflows
├── docker.just     # container management
└── ssh.just        # remote connections

Where ~/.justx/docker.just might contain:

# Run a container interactively with a shell
shell image_tag:
    docker run --rm -it --entrypoint bash {{image_tag}}

You can also skip the TUI and run recipes directly with justx run:

# Run 'shell' from the global 'docker' source with `my-image` as the tag
# Equivalent to: just --justfile ~/.justx/docker.just --working-directory . shell my-image
justx run -g docker:shell my-image

Local recipes and modules

If you run justx from a directory that contains a justfile, its recipes appear automatically in the TUI. justx also supports just's native module system — any modules declared in your justfile are discovered and shown as separate sources.

# justfile
mod docker
mod deploy

test:
    pytest

For full details on file discovery, CLI reference, and example justfiles, see the documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

justx-0.5.1.tar.gz (210.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

justx-0.5.1-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file justx-0.5.1.tar.gz.

File metadata

  • Download URL: justx-0.5.1.tar.gz
  • Upload date:
  • Size: 210.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for justx-0.5.1.tar.gz
Algorithm Hash digest
SHA256 9bd224e013cfee95f27346b090e8affaa6c4867c7c7c56445820c0336c0bf858
MD5 a1ee74cd27040f90285946680d427566
BLAKE2b-256 45cfe9c9b77f5548e3e2478415af57f8c3e29d6cccbca8a6b7b70931ae7c692d

See more details on using hashes here.

File details

Details for the file justx-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: justx-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for justx-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3cc894224672c7762a65eb875e5609c1c77b3b92da30db0114e7962af1e525e0
MD5 51a6d4b3b21dd2ca258bc72f9b462986
BLAKE2b-256 90aa6d8ef5cd2c0c34e331503b4ceb4097b6ac8f704675fb73d5ef81dde9ebb7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page