1. Introduction
    1. Installation
      1. Prerequisites
      2. Packages
      3. Pre-Built Binaries
      4. GitHub Actions
      5. Release RSS Feed
      6. Node.js Installation
    2. Backwards Compatibility
    3. Editor Support
      1. Vim and Neovim
      2. Emacs
      3. Visual Studio Code
      4. JetBrains IDEs
      5. Kakoune
      6. Helix
      7. Sublime Text
      8. Micro
      9. Zed
      10. Other Editors
    4. Quick Start
    5. Examples
    6. Features
      1. The Default Recipe
      2. Listing Available Recipes
      3. Invoking Multiple Recipes
      4. Working Directory
      5. Aliases
      6. Settings
      7. Documentation Comments
      8. Expressions and Substitutions
      9. Strings
      10. Ignoring Errors
      11. Functions
      12. Constants
      13. Attributes
      14. Groups
      15. Command Evaluation Using Backticks
      16. Conditional Expressions
      17. Stopping execution with error
      18. Setting Variables from the Command Line
      19. Getting and Setting Environment Variables
      20. Recipe Parameters
      21. Dependencies
      22. Shebang Recipes
      23. Script Recipes
      24. Script and Shebang Recipe Temporary Files
      25. Python Recipes with uv
      26. Safer Bash Shebang Recipes
      27. Setting Variables in a Recipe
      28. Sharing Environment Variables Between Recipes
      29. Changing the Working Directory in a Recipe
      30. Indentation
      31. Multi-Line Constructs
      32. Command-line Options
      33. Private Recipes
      34. Quiet Recipes
      35. Selecting Recipes to Run With an Interactive Chooser
      36. Invoking justfiles in Other Directories
      37. Imports
      38. Modules1.19.0
      39. Hiding justfiles
      40. Just Scripts
      41. Formatting and dumping justfiles
      42. Fallback to parent justfiles
      43. Avoiding Argument Splitting
      44. Configuring the Shell
      45. Timestamps
      46. Signal Handling
    7. Changelog
    8. Miscellanea
      1. Re-running recipes when files change
      2. Running tasks in parallel
      3. Shell Alias
      4. Shell Completion Scripts
      5. Man Page
      6. Grammar
      7. just.sh
      8. Global and User justfiles
      9. Node.js package.json Script Compatibility
      10. Paths on Windows
      11. Remote Justfiles
      12. Printing Complex Strings
      13. Alternatives and Prior Art
    9. Contributing
      1. Getting Started
      2. Contribution Workflow
      3. Hints
      4. Janus
      5. Minimum Supported Rust Version
      6. New Releases
    10. Frequently Asked Questions
      1. What are the idiosyncrasies of Make that Just avoids?
      2. What’s the relationship between Just and Cargo build scripts?
    11. Further Ramblings