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