just Verified current stable Not installed? Version Control

Just / Edit Justfile Default Editor

Edit Justfile Default Editor

Quickly edit your Justfile using the system's default text editor for task modifications.

$
Terminal
just -e

When To Use

Modify the Justfile to change or add tasks easily.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
Opening Justfile in default editor...

# Justfile

# Define your tasks here

Command Breakdown

What each part is doing

just
Base Command
The executable that performs this operation. Here it runs Just before the shell applies any redirect operators.
-e
e| edit
The value supplied for e| edit.
-e
Command Option
Tool-specific option used by this command invocation.

How To Run

Execution path

  1. Step 1

    Run the command `just -e` or `just --edit` in your terminal.

  2. Step 2

    Make your changes in the opened editor.

  3. Step 3

    Save and close the editor to apply changes.

Alternative Approaches

Comparable commands in other tools

Alternative version control tools for the same job.