System Grab Bag

View all TLDR pages from common (or from all pages)

just

Save and run project-specific commands. More information: https://github.com/casey/just.
  • Run a recipe specified in the justfile:
    just {{recipe}}
  • Initialize new justfile in project root:
    just --init
  • Edit justfile in the default editor:
    just -e
  • List available recipes in the justfile:
    just -l
  • Print justfile:
    just --dump

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.