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. 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. Python Recipes with uv
      24. Script Recipes
      25. Safer Bash Shebang Recipes
      26. Setting Variables in a Recipe
      27. Sharing Environment Variables Between Recipes
      28. Changing the Working Directory in a Recipe
      29. Indentation
      30. Multi-Line Constructs
      31. Command Line Options
      32. Private Recipes
      33. Quiet Recipes
      34. Selecting Recipes to Run With an Interactive Chooser
      35. Invoking justfiles in Other Directories
      36. Imports
      37. Modules1.19.0
      38. Hiding justfiles
      39. Just Scripts
      40. Formatting and dumping justfiles
      41. Fallback to parent justfiles
      42. Avoiding Argument Splitting
      43. Configuring the Shell
      44. Timestamps
    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