summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcasey <casey@users.noreply.github.com>2024-02-21 00:34:19 +0000
committercasey <casey@users.noreply.github.com>2024-02-21 00:34:19 +0000
commite11da8c83e7049e9c9e4da2c73f5f3dccd299072 (patch)
treeb48a2f56455e1f3ffba7614921bf1696383c65c8
parent0f83e6f4b822dce7e48ffceb8ce1620e32d791dd (diff)
-rw-r--r--man/en/chapter_4.html164
-rw-r--r--man/en/print.html164
-rw-r--r--man/en/searchindex.js2
-rw-r--r--man/en/searchindex.json2
4 files changed, 172 insertions, 160 deletions
diff --git a/man/en/chapter_4.html b/man/en/chapter_4.html
index cb059d74..31a25218 100644
--- a/man/en/chapter_4.html
+++ b/man/en/chapter_4.html
@@ -188,28 +188,10 @@
</thead>
<tbody>
<tr>
- <td><a href=https://forge.rust-lang.org/release/platform-support.html>Various</a></td>
- <td><a href=https://www.rust-lang.org>Cargo</a></td>
- <td><a href=https://crates.io/crates/just>just</a></td>
- <td><code>cargo install just</code></td>
- </tr>
- <tr>
- <td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
- <td><a href=https://scoop.sh>Scoop</a></td>
- <td><a href=https://github.com/ScoopInstaller/Main/blob/master/bucket/just.json>just</a></td>
- <td><code>scoop install just</code></td>
- </tr>
- <tr>
- <td><a href=https://docs.brew.sh/Installation>Various</a></td>
- <td><a href=https://brew.sh>Homebrew</a></td>
- <td><a href=https://formulae.brew.sh/formula/just>just</a></td>
- <td><code>brew install just</code></td>
- </tr>
- <tr>
- <td><a href=https://en.wikipedia.org/wiki/MacOS>macOS</a></td>
- <td><a href=https://www.macports.org>MacPorts</a></td>
- <td><a href=https://ports.macports.org/port/just/summary>just</a></td>
- <td><code>port install just</code></td>
+ <td><a href=https://alpinelinux.org>Alpine Linux</a></td>
+ <td><a href=https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management>apk-tools</a></td>
+ <td><a href=https://pkgs.alpinelinux.org/package/edge/community/x86_64/just>just</a></td>
+ <td><code>apk add just</code></td>
</tr>
<tr>
<td><a href=https://www.archlinux.org>Arch Linux</a></td>
@@ -218,28 +200,29 @@
<td><code>pacman -S just</code></td>
</tr>
<tr>
- <td><a href=https://nixos.org/download.html#download-nix>Various</a></td>
- <td><a href=https://nixos.org/nix/>Nix</a></td>
- <td><a href=https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix>just</a></td>
- <td><code>nix-env -iA nixpkgs.just</code></td>
- </tr>
- <tr>
- <td><a href=https://nixos.org/nixos/>NixOS</a></td>
- <td><a href=https://nixos.org/nix/>Nix</a></td>
- <td><a href=https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix>just</a></td>
- <td><code>nix-env -iA nixos.just</code></td>
+ <td><a href=https://debian.org>Debian</a> and <a href=https://ubuntu.com>Ubuntu</a> derivatives</td>
+ <td><a href=https://mpr.makedeb.org>MPR</a></td>
+ <td><a href=https://mpr.makedeb.org/packages/just>just</a></td>
+ <td>
+ <code>git clone https://mpr.makedeb.org/just</code><br>
+ <code>cd just</code><br>
+ <code>makedeb -si</code>
+ </td>
</tr>
<tr>
- <td><a href=https://getsol.us>Solus</a></td>
- <td><a href=https://getsol.us/articles/package-management/basics/en>eopkg</a></td>
- <td><a href=https://dev.getsol.us/source/just/>just</a></td>
- <td><code>eopkg install just</code></td>
+ <td><a href=https://debian.org>Debian</a> and <a href=https://ubuntu.com>Ubuntu</a> derivatives</td>
+ <td><a href=https://docs.makedeb.org/prebuilt-mpr>Prebuilt-MPR</a></td>
+ <td><a href=https://mpr.makedeb.org/packages/just>just</a></td>
+ <td>
+ <sup><b>You must have the <a href=https://docs.makedeb.org/prebuilt-mpr/getting-started/#setting-up-the-repository>Prebuilt-MPR set up</a> on your system in order to run this command.</b></sup><br>
+ <code>sudo apt install just</code>
+ </td>
</tr>
<tr>
- <td><a href=https://voidlinux.org>Void Linux</a></td>
- <td><a href=https://wiki.voidlinux.org/XBPS>XBPS</a></td>
- <td><a href=https://github.com/void-linux/void-packages/blob/master/srcpkgs/just/template>just</a></td>
- <td><code>xbps-install -S just</code></td>
+ <td><a href=https://getfedora.org>Fedora Linux</a></td>
+ <td><a href=https://dnf.readthedocs.io/en/latest/>DNF</a></td>
+ <td><a href=https://src.fedoraproject.org/rpms/rust-just>just</a></td>
+ <td><code>dnf install just</code></td>
</tr>
<tr>
<td><a href=https://www.freebsd.org>FreeBSD</a></td>
@@ -248,18 +231,6 @@
<td><code>pkg install just</code></td>
</tr>
<tr>
- <td><a href=https://alpinelinux.org>Alpine Linux</a></td>
- <td><a href=https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management>apk-tools</a></td>
- <td><a href=https://pkgs.alpinelinux.org/package/edge/community/x86_64/just>just</a></td>
- <td><code>apk add just</code></td>
- </tr>
- <tr>
- <td><a href=https://getfedora.org>Fedora Linux</a></td>
- <td><a href=https://dnf.readthedocs.io/en/latest/>DNF</a></td>
- <td><a href=https://src.fedoraproject.org/rpms/rust-just>just</a></td>
- <td><code>dnf install just</code></td>
- </tr>
- <tr>
<td><a href=https://www.gentoo.org>Gentoo Linux</a></td>
<td><a href=https://wiki.gentoo.org/wiki/Portage>Portage</a></td>
<td><a href=https://github.com/gentoo-mirror/guru/tree/master/dev-build/just>guru/dev-build/just</a></td>
@@ -270,10 +241,10 @@
</td>
</tr>
<tr>
- <td><a href=https://docs.conda.io/en/latest/miniconda.html#system-requirements>Various</a></td>
- <td><a href=https://docs.conda.io/projects/conda/en/latest/index.html>Conda</a></td>
- <td><a href=https://anaconda.org/conda-forge/just>just</a></td>
- <td><code>conda install -c conda-forge just</code></td>
+ <td><a href=https://en.wikipedia.org/wiki/MacOS>macOS</a></td>
+ <td><a href=https://www.macports.org>MacPorts</a></td>
+ <td><a href=https://ports.macports.org/port/just/summary>just</a></td>
+ <td><code>port install just</code></td>
</tr>
<tr>
<td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
@@ -282,10 +253,34 @@
<td><code>choco install just</code></td>
</tr>
<tr>
- <td><a href=https://snapcraft.io/docs/installing-snapd>Various</a></td>
- <td><a href=https://snapcraft.io>Snap</a></td>
- <td><a href=https://snapcraft.io/just>just</a></td>
- <td><code>snap install --edge --classic just</code></td>
+ <td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
+ <td><a href=https://scoop.sh>Scoop</a></td>
+ <td><a href=https://github.com/ScoopInstaller/Main/blob/master/bucket/just.json>just</a></td>
+ <td><code>scoop install just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
+ <td><a href=https://learn.microsoft.com/en-us/windows/package-manager/>Windows Package Manager</a></td>
+ <td><a href=https://github.com/microsoft/winget-pkgs/tree/master/manifests/c/Casey/Just>Casey/Just</a></td>
+ <td><code>winget install --id Casey.Just --exact</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://nixos.org/nixos/>NixOS</a></td>
+ <td><a href=https://nixos.org/nix/>Nix</a></td>
+ <td><a href=https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix>just</a></td>
+ <td><code>nix-env -iA nixos.just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://opensuse.org>openSUSE</a></td>
+ <td><a href=https://en.opensuse.org/Portal:Zypper>Zypper</a></td>
+ <td><a href=https://build.opensuse.org/package/show/Base:System/just>just</a></td>
+ <td><code>zypper in just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://getsol.us>Solus</a></td>
+ <td><a href=https://getsol.us/articles/package-management/basics/en>eopkg</a></td>
+ <td><a href=https://dev.getsol.us/source/just/>just</a></td>
+ <td><code>eopkg install just</code></td>
</tr>
<tr>
<td><a href=https://github.com/casey/just/releases>Various</a></td>
@@ -297,29 +292,40 @@
</td>
</tr>
<tr>
- <td><a href=https://debian.org>Debian</a> and <a href=https://ubuntu.com>Ubuntu</a> derivatives</td>
- <td><a href=https://mpr.makedeb.org>MPR</a></td>
- <td><a href=https://mpr.makedeb.org/packages/just>just</a></td>
- <td>
- <code>git clone https://mpr.makedeb.org/just</code><br>
- <code>cd just</code><br>
- <code>makedeb -si</code>
- </td>
+ <td><a href=https://forge.rust-lang.org/release/platform-support.html>Various</a></td>
+ <td><a href=https://www.rust-lang.org>Cargo</a></td>
+ <td><a href=https://crates.io/crates/just>just</a></td>
+ <td><code>cargo install just</code></td>
</tr>
<tr>
- <td><a href=https://debian.org>Debian</a> and <a href=https://ubuntu.com>Ubuntu</a> derivatives</td>
- <td><a href=https://docs.makedeb.org/prebuilt-mpr>Prebuilt-MPR</a></td>
- <td><a href=https://mpr.makedeb.org/packages/just>just</a></td>
- <td>
- <sup><b>You must have the <a href=https://docs.makedeb.org/prebuilt-mpr/getting-started/#setting-up-the-repository>Prebuilt-MPR set up</a> on your system in order to run this command.</b></sup><br>
- <code>sudo apt install just</code>
- </td>
+ <td><a href=https://docs.conda.io/en/latest/miniconda.html#system-requirements>Various</a></td>
+ <td><a href=https://docs.conda.io/projects/conda/en/latest/index.html>Conda</a></td>
+ <td><a href=https://anaconda.org/conda-forge/just>just</a></td>
+ <td><code>conda install -c conda-forge just</code></td>
</tr>
<tr>
- <td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
- <td><a href=https://learn.microsoft.com/en-us/windows/package-manager/>Windows Package Manager</a></td>
- <td><a href=https://github.com/microsoft/winget-pkgs/tree/master/manifests/c/Casey/Just>Casey/Just</a></td>
- <td><code>winget install --id Casey.Just --exact</code></td>
+ <td><a href=https://docs.brew.sh/Installation>Various</a></td>
+ <td><a href=https://brew.sh>Homebrew</a></td>
+ <td><a href=https://formulae.brew.sh/formula/just>just</a></td>
+ <td><code>brew install just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://nixos.org/download.html#download-nix>Various</a></td>
+ <td><a href=https://nixos.org/nix/>Nix</a></td>
+ <td><a href=https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix>just</a></td>
+ <td><code>nix-env -iA nixpkgs.just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://snapcraft.io/docs/installing-snapd>Various</a></td>
+ <td><a href=https://snapcraft.io>Snap</a></td>
+ <td><a href=https://snapcraft.io/just>just</a></td>
+ <td><code>snap install --edge --classic just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://voidlinux.org>Void Linux</a></td>
+ <td><a href=https://wiki.voidlinux.org/XBPS>XBPS</a></td>
+ <td><a href=https://github.com/void-linux/void-packages/blob/master/srcpkgs/just/template>just</a></td>
+ <td><code>xbps-install -S just</code></td>
</tr>
</tbody>
</table>
diff --git a/man/en/print.html b/man/en/print.html
index 1f8357af..63923d9b 100644
--- a/man/en/print.html
+++ b/man/en/print.html
@@ -299,28 +299,10 @@ most Windows users.)</p>
</thead>
<tbody>
<tr>
- <td><a href=https://forge.rust-lang.org/release/platform-support.html>Various</a></td>
- <td><a href=https://www.rust-lang.org>Cargo</a></td>
- <td><a href=https://crates.io/crates/just>just</a></td>
- <td><code>cargo install just</code></td>
- </tr>
- <tr>
- <td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
- <td><a href=https://scoop.sh>Scoop</a></td>
- <td><a href=https://github.com/ScoopInstaller/Main/blob/master/bucket/just.json>just</a></td>
- <td><code>scoop install just</code></td>
- </tr>
- <tr>
- <td><a href=https://docs.brew.sh/Installation>Various</a></td>
- <td><a href=https://brew.sh>Homebrew</a></td>
- <td><a href=https://formulae.brew.sh/formula/just>just</a></td>
- <td><code>brew install just</code></td>
- </tr>
- <tr>
- <td><a href=https://en.wikipedia.org/wiki/MacOS>macOS</a></td>
- <td><a href=https://www.macports.org>MacPorts</a></td>
- <td><a href=https://ports.macports.org/port/just/summary>just</a></td>
- <td><code>port install just</code></td>
+ <td><a href=https://alpinelinux.org>Alpine Linux</a></td>
+ <td><a href=https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management>apk-tools</a></td>
+ <td><a href=https://pkgs.alpinelinux.org/package/edge/community/x86_64/just>just</a></td>
+ <td><code>apk add just</code></td>
</tr>
<tr>
<td><a href=https://www.archlinux.org>Arch Linux</a></td>
@@ -329,28 +311,29 @@ most Windows users.)</p>
<td><code>pacman -S just</code></td>
</tr>
<tr>
- <td><a href=https://nixos.org/download.html#download-nix>Various</a></td>
- <td><a href=https://nixos.org/nix/>Nix</a></td>
- <td><a href=https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix>just</a></td>
- <td><code>nix-env -iA nixpkgs.just</code></td>
- </tr>
- <tr>
- <td><a href=https://nixos.org/nixos/>NixOS</a></td>
- <td><a href=https://nixos.org/nix/>Nix</a></td>
- <td><a href=https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix>just</a></td>
- <td><code>nix-env -iA nixos.just</code></td>
+ <td><a href=https://debian.org>Debian</a> and <a href=https://ubuntu.com>Ubuntu</a> derivatives</td>
+ <td><a href=https://mpr.makedeb.org>MPR</a></td>
+ <td><a href=https://mpr.makedeb.org/packages/just>just</a></td>
+ <td>
+ <code>git clone https://mpr.makedeb.org/just</code><br>
+ <code>cd just</code><br>
+ <code>makedeb -si</code>
+ </td>
</tr>
<tr>
- <td><a href=https://getsol.us>Solus</a></td>
- <td><a href=https://getsol.us/articles/package-management/basics/en>eopkg</a></td>
- <td><a href=https://dev.getsol.us/source/just/>just</a></td>
- <td><code>eopkg install just</code></td>
+ <td><a href=https://debian.org>Debian</a> and <a href=https://ubuntu.com>Ubuntu</a> derivatives</td>
+ <td><a href=https://docs.makedeb.org/prebuilt-mpr>Prebuilt-MPR</a></td>
+ <td><a href=https://mpr.makedeb.org/packages/just>just</a></td>
+ <td>
+ <sup><b>You must have the <a href=https://docs.makedeb.org/prebuilt-mpr/getting-started/#setting-up-the-repository>Prebuilt-MPR set up</a> on your system in order to run this command.</b></sup><br>
+ <code>sudo apt install just</code>
+ </td>
</tr>
<tr>
- <td><a href=https://voidlinux.org>Void Linux</a></td>
- <td><a href=https://wiki.voidlinux.org/XBPS>XBPS</a></td>
- <td><a href=https://github.com/void-linux/void-packages/blob/master/srcpkgs/just/template>just</a></td>
- <td><code>xbps-install -S just</code></td>
+ <td><a href=https://getfedora.org>Fedora Linux</a></td>
+ <td><a href=https://dnf.readthedocs.io/en/latest/>DNF</a></td>
+ <td><a href=https://src.fedoraproject.org/rpms/rust-just>just</a></td>
+ <td><code>dnf install just</code></td>
</tr>
<tr>
<td><a href=https://www.freebsd.org>FreeBSD</a></td>
@@ -359,18 +342,6 @@ most Windows users.)</p>
<td><code>pkg install just</code></td>
</tr>
<tr>
- <td><a href=https://alpinelinux.org>Alpine Linux</a></td>
- <td><a href=https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management>apk-tools</a></td>
- <td><a href=https://pkgs.alpinelinux.org/package/edge/community/x86_64/just>just</a></td>
- <td><code>apk add just</code></td>
- </tr>
- <tr>
- <td><a href=https://getfedora.org>Fedora Linux</a></td>
- <td><a href=https://dnf.readthedocs.io/en/latest/>DNF</a></td>
- <td><a href=https://src.fedoraproject.org/rpms/rust-just>just</a></td>
- <td><code>dnf install just</code></td>
- </tr>
- <tr>
<td><a href=https://www.gentoo.org>Gentoo Linux</a></td>
<td><a href=https://wiki.gentoo.org/wiki/Portage>Portage</a></td>
<td><a href=https://github.com/gentoo-mirror/guru/tree/master/dev-build/just>guru/dev-build/just</a></td>
@@ -381,10 +352,10 @@ most Windows users.)</p>
</td>
</tr>
<tr>
- <td><a href=https://docs.conda.io/en/latest/miniconda.html#system-requirements>Various</a></td>
- <td><a href=https://docs.conda.io/projects/conda/en/latest/index.html>Conda</a></td>
- <td><a href=https://anaconda.org/conda-forge/just>just</a></td>
- <td><code>conda install -c conda-forge just</code></td>
+ <td><a href=https://en.wikipedia.org/wiki/MacOS>macOS</a></td>
+ <td><a href=https://www.macports.org>MacPorts</a></td>
+ <td><a href=https://ports.macports.org/port/just/summary>just</a></td>
+ <td><code>port install just</code></td>
</tr>
<tr>
<td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
@@ -393,10 +364,34 @@ most Windows users.)</p>
<td><code>choco install just</code></td>
</tr>
<tr>
- <td><a href=https://snapcraft.io/docs/installing-snapd>Various</a></td>
- <td><a href=https://snapcraft.io>Snap</a></td>
- <td><a href=https://snapcraft.io/just>just</a></td>
- <td><code>snap install --edge --classic just</code></td>
+ <td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
+ <td><a href=https://scoop.sh>Scoop</a></td>
+ <td><a href=https://github.com/ScoopInstaller/Main/blob/master/bucket/just.json>just</a></td>
+ <td><code>scoop install just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
+ <td><a href=https://learn.microsoft.com/en-us/windows/package-manager/>Windows Package Manager</a></td>
+ <td><a href=https://github.com/microsoft/winget-pkgs/tree/master/manifests/c/Casey/Just>Casey/Just</a></td>
+ <td><code>winget install --id Casey.Just --exact</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://nixos.org/nixos/>NixOS</a></td>
+ <td><a href=https://nixos.org/nix/>Nix</a></td>
+ <td><a href=https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix>just</a></td>
+ <td><code>nix-env -iA nixos.just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://opensuse.org>openSUSE</a></td>
+ <td><a href=https://en.opensuse.org/Portal:Zypper>Zypper</a></td>
+ <td><a href=https://build.opensuse.org/package/show/Base:System/just>just</a></td>
+ <td><code>zypper in just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://getsol.us>Solus</a></td>
+ <td><a href=https://getsol.us/articles/package-management/basics/en>eopkg</a></td>
+ <td><a href=https://dev.getsol.us/source/just/>just</a></td>
+ <td><code>eopkg install just</code></td>
</tr>
<tr>
<td><a href=https://github.com/casey/just/releases>Various</a></td>
@@ -408,29 +403,40 @@ most Windows users.)</p>
</td>
</tr>
<tr>
- <td><a href=https://debian.org>Debian</a> and <a href=https://ubuntu.com>Ubuntu</a> derivatives</td>
- <td><a href=https://mpr.makedeb.org>MPR</a></td>
- <td><a href=https://mpr.makedeb.org/packages/just>just</a></td>
- <td>
- <code>git clone https://mpr.makedeb.org/just</code><br>
- <code>cd just</code><br>
- <code>makedeb -si</code>
- </td>
+ <td><a href=https://forge.rust-lang.org/release/platform-support.html>Various</a></td>
+ <td><a href=https://www.rust-lang.org>Cargo</a></td>
+ <td><a href=https://crates.io/crates/just>just</a></td>
+ <td><code>cargo install just</code></td>
</tr>
<tr>
- <td><a href=https://debian.org>Debian</a> and <a href=https://ubuntu.com>Ubuntu</a> derivatives</td>
- <td><a href=https://docs.makedeb.org/prebuilt-mpr>Prebuilt-MPR</a></td>
- <td><a href=https://mpr.makedeb.org/packages/just>just</a></td>
- <td>
- <sup><b>You must have the <a href=https://docs.makedeb.org/prebuilt-mpr/getting-started/#setting-up-the-repository>Prebuilt-MPR set up</a> on your system in order to run this command.</b></sup><br>
- <code>sudo apt install just</code>
- </td>
+ <td><a href=https://docs.conda.io/en/latest/miniconda.html#system-requirements>Various</a></td>
+ <td><a href=https://docs.conda.io/projects/conda/en/latest/index.html>Conda</a></td>
+ <td><a href=https://anaconda.org/conda-forge/just>just</a></td>
+ <td><code>conda install -c conda-forge just</code></td>
</tr>
<tr>
- <td><a href=https://en.wikipedia.org/wiki/Microsoft_Windows>Microsoft Windows</a></td>
- <td><a href=https://learn.microsoft.com/en-us/windows/package-manager/>Windows Package Manager</a></td>
- <td><a href=https://github.com/microsoft/winget-pkgs/tree/master/manifests/c/Casey/Just>Casey/Just</a></td>
- <td><code>winget install --id Casey.Just --exact</code></td>
+ <td><a href=https://docs.brew.sh/Installation>Various</a></td>
+ <td><a href=https://brew.sh>Homebrew</a></td>
+ <td><a href=https://formulae.brew.sh/formula/just>just</a></td>
+ <td><code>brew install just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://nixos.org/download.html#download-nix>Various</a></td>
+ <td><a href=https://nixos.org/nix/>Nix</a></td>
+ <td><a href=https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix>just</a></td>
+ <td><code>nix-env -iA nixpkgs.just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://snapcraft.io/docs/installing-snapd>Various</a></td>
+ <td><a href=https://snapcraft.io>Snap</a></td>
+ <td><a href=https://snapcraft.io/just>just</a></td>
+ <td><code>snap install --edge --classic just</code></td>
+ </tr>
+ <tr>
+ <td><a href=https://voidlinux.org>Void Linux</a></td>
+ <td><a href=https://wiki.voidlinux.org/XBPS>XBPS</a></td>
+ <td><a href=https://github.com/void-linux/void-packages/blob/master/srcpkgs/just/template>just</a></td>
+ <td><code>xbps-install -S just</code></td>
</tr>
</tbody>
</table>
diff --git a/man/en/searchindex.js b/man/en/searchindex.js
index 8f0afae7..4c012f28 100644
--- a/man/en/searchindex.js
+++ b/man/en/searchindex.js
@@ -1 +1 @@
-Object.assign(window.search, {"doc_urls":["chapter_1.html","chapter_2.html#installation","chapter_3.html#prerequisites","chapter_4.html#packages","chapter_5.html#pre-built-binaries","chapter_6.html#github-actions","chapter_7.html#release-rss-feed","chapter_8.html#nodejs-installation","chapter_9.html#backwards-compatibility","chapter_10.html#editor-support","chapter_11.html#vim-and-neovim","chapter_12.html#emacs","chapter_13.html#visual-studio-code","chapter_14.html#jetbrains-ides","chapter_15.html#kakoune","chapter_16.html#helix","chapter_17.html#sublime-text","chapter_18.html#micro","chapter_19.html#other-editors","chapter_20.html#quick-start","chapter_21.html#examples","chapter_22.html#features","chapter_23.html#the-default-recipe","chapter_24.html#listing-available-recipes","chapter_25.html#aliases","chapter_26.html#settings","chapter_27.html#documentation-comments","chapter_28.html#variables-and-substitution","chapter_29.html#strings","chapter_30.html#ignoring-errors","chapter_31.html#functions","chapter_32.html#recipe-attributes","chapter_33.html#command-evaluation-using-backticks","chapter_34.html#conditional-expressions","chapter_35.html#stopping-execution-with-error","chapter_36.html#setting-variables-from-the-command-line","chapter_37.html#getting-and-setting-environment-variables","chapter_38.html#recipe-parameters","chapter_39.html#running-recipes-at-the-end-of-a-recipe","chapter_40.html#running-recipes-in-the-middle-of-a-recipe","chapter_41.html#writing-recipes-in-other-languages","chapter_42.html#safer-bash-shebang-recipes","chapter_43.html#setting-variables-in-a-recipe","chapter_44.html#sharing-environment-variables-between-recipes","chapter_45.html#changing-the-working-directory-in-a-recipe","chapter_46.html#indentation","chapter_47.html#multi-line-constructs","chapter_48.html#command-line-options","chapter_49.html#private-recipes","chapter_50.html#quiet-recipes","chapter_51.html#selecting-recipes-to-run-with-an-interactive-chooser","chapter_52.html#invoking-justfiles-in-other-directories","chapter_53.html#imports","chapter_54.html#modules1190","chapter_55.html#hiding-justfiles","chapter_56.html#just-scripts","chapter_57.html#formatting-and-dumping-justfiles","chapter_58.html#fallback-to-parent-justfiles","chapter_59.html#avoiding-argument-splitting","chapter_60.html#configuring-the-shell","chapter_61.html#changelog","chapter_62.html#miscellanea","chapter_63.html#companion-tools","chapter_64.html#shell-alias","chapter_65.html#shell-completion-scripts","chapter_66.html#grammar","chapter_67.html#justsh","chapter_68.html#user-justfiles","chapter_69.html#nodejs-packagejson-script-compatibility","chapter_70.html#alternatives-and-prior-art","chapter_71.html#contributing","chapter_72.html#janus","chapter_73.html#minimum-supported-rust-version","chapter_74.html#new-releases","chapter_75.html#frequently-asked-questions","chapter_76.html#what-are-the-idiosyncrasies-of-make-that-just-avoids","chapter_77.html#whats-the-relationship-between-just-and-cargo-build-scripts","chapter_78.html#further-ramblings"],"index":{"documentStore":{"docInfo":{"0":{"body":140,"breadcrumbs":1,"title":1},"1":{"body":0,"breadcrumbs":3,"title":1},"10":{"body":81,"breadcrumbs":7,"title":2},"11":{"body":31,"breadcrumbs":5,"title":1},"12":{"body":25,"breadcrumbs":9,"title":3},"13":{"body":6,"breadcrumbs":7,"title":2},"14":{"body":9,"breadcrumbs":5,"title":1},"15":{"body":9,"breadcrumbs":5,"title":1},"16":{"body":6,"breadcrumbs":7,"title":2},"17":{"body":9,"breadcrumbs":5,"title":1},"18":{"body":12,"breadcrumbs":5,"title":1},"19":{"body":204,"breadcrumbs":5,"title":2},"2":{"body":85,"breadcrumbs":4,"title":1},"20":{"body":6,"breadcrumbs":3,"title":1},"21":{"body":0,"breadcrumbs":3,"title":1},"22":{"body":50,"breadcrumbs":6,"title":2},"23":{"body":140,"breadcrumbs":8,"title":3},"24":{"body":18,"breadcrumbs":4,"title":1},"25":{"body":578,"breadcrumbs":4,"title":1},"26":{"body":23,"breadcrumbs":6,"title":2},"27":{"body":134,"breadcrumbs":6,"title":2},"28":{"body":130,"breadcrumbs":4,"title":1},"29":{"body":32,"breadcrumbs":6,"title":2},"3":{"body":146,"breadcrumbs":4,"title":1},"30":{"body":659,"breadcrumbs":4,"title":1},"31":{"body":261,"breadcrumbs":6,"title":2},"32":{"body":55,"breadcrumbs":10,"title":4},"33":{"body":132,"breadcrumbs":6,"title":2},"34":{"body":24,"breadcrumbs":8,"title":3},"35":{"body":43,"breadcrumbs":10,"title":4},"36":{"body":97,"breadcrumbs":10,"title":4},"37":{"body":275,"breadcrumbs":6,"title":2},"38":{"body":49,"breadcrumbs":10,"title":4},"39":{"body":62,"breadcrumbs":10,"title":4},"4":{"body":110,"breadcrumbs":8,"title":3},"40":{"body":167,"breadcrumbs":8,"title":3},"41":{"body":143,"breadcrumbs":10,"title":4},"42":{"body":77,"breadcrumbs":8,"title":3},"43":{"body":46,"breadcrumbs":12,"title":5},"44":{"body":73,"breadcrumbs":10,"title":4},"45":{"body":85,"breadcrumbs":4,"title":1},"46":{"body":207,"breadcrumbs":8,"title":3},"47":{"body":40,"breadcrumbs":8,"title":3},"48":{"body":54,"breadcrumbs":6,"title":2},"49":{"body":146,"breadcrumbs":6,"title":2},"5":{"body":116,"breadcrumbs":6,"title":2},"50":{"body":95,"breadcrumbs":12,"title":5},"51":{"body":77,"breadcrumbs":8,"title":3},"52":{"body":87,"breadcrumbs":4,"title":1},"53":{"body":188,"breadcrumbs":4,"title":1},"54":{"body":9,"breadcrumbs":6,"title":2},"55":{"body":84,"breadcrumbs":4,"title":1},"56":{"body":78,"breadcrumbs":8,"title":3},"57":{"body":46,"breadcrumbs":8,"title":3},"58":{"body":147,"breadcrumbs":8,"title":3},"59":{"body":53,"breadcrumbs":6,"title":2},"6":{"body":5,"breadcrumbs":8,"title":3},"60":{"body":17,"breadcrumbs":3,"title":1},"61":{"body":0,"breadcrumbs":3,"title":1},"62":{"body":14,"breadcrumbs":6,"title":2},"63":{"body":38,"breadcrumbs":6,"title":2},"64":{"body":134,"breadcrumbs":8,"title":3},"65":{"body":6,"breadcrumbs":4,"title":1},"66":{"body":13,"breadcrumbs":4,"title":1},"67":{"body":124,"breadcrumbs":6,"title":2},"68":{"body":24,"breadcrumbs":10,"title":4},"69":{"body":89,"breadcrumbs":8,"title":3},"7":{"body":60,"breadcrumbs":6,"title":2},"70":{"body":16,"breadcrumbs":3,"title":1},"71":{"body":35,"breadcrumbs":4,"title":1},"72":{"body":13,"breadcrumbs":10,"title":4},"73":{"body":36,"breadcrumbs":6,"title":2},"74":{"body":0,"breadcrumbs":7,"title":3},"75":{"body":122,"breadcrumbs":10,"title":3},"76":{"body":53,"breadcrumbs":16,"title":6},"77":{"body":181,"breadcrumbs":5,"title":2},"8":{"body":77,"breadcrumbs":5,"title":2},"9":{"body":12,"breadcrumbs":5,"title":2}},"docs":{"0":{"body":"just just is a handy way to save and run project-specific commands. This readme is also available as a book . (中文文档在 这里 , 快看过来!) Commands, called recipes, are stored in a file called justfile with syntax inspired by make: screenshot You can then run them with just RECIPE: $ just test-all\ncc *.c -o main\n./test --all\nYay, all your tests passed! just has a ton of useful features, and many improvements over make: just is a command runner, not a build system, so it avoids much of make’s complexity and idiosyncrasies . No need for .PHONY recipes! Linux, MacOS, and Windows are supported with no additional dependencies. (Although if your system doesn’t have an sh, you’ll need to choose a different shell .) Errors are specific and informative, and syntax errors are reported along with their source context. Recipes can accept command line arguments . Wherever possible, errors are resolved statically. Unknown recipes and circular dependencies are reported before anything runs. just loads .env files , making it easy to populate environment variables. Recipes can be listed from the command line . Command line completion scripts are available for most popular shells . Recipes can be written in arbitrary languages , like Python or NodeJS. just can be invoked from any subdirectory, not just the directory that contains the justfile. And much more ! If you need help with just please feel free to open an issue or ping me on Discord . Feature requests and bug reports are always welcome!","breadcrumbs":"Introduction","id":"0","title":"Introduction"},"1":{"body":"","breadcrumbs":"Introduction » Installation » Installation","id":"1","title":"Installation"},"10":{"body":"vim-just The vim-just plugin provides syntax highlighting for justfiles. Install it with your favorite package manager, like Plug : call plug#begin() Plug 'NoahTheDuke/vim-just' call plug#end() Or with Vim’s built-in package support: mkdir -p ~/.vim/pack/vendor/start\ncd ~/.vim/pack/vendor/start\ngit clone https://github.com/NoahTheDuke/vim-just.git tree-sitter-just tree-sitter-just is an Nvim Treesitter plugin for Neovim. Makefile Syntax Highlighting Vim’s built-in makefile syntax highlighting isn’t perfect for justfiles, but it’s better than nothing. You can put the following in ~/.vim/filetype.vim: if exists(\"did_load_filetypes\") finish\nendif augroup filetypedetect au BufNewFile,BufRead justfile setf make\naugroup END Or add the following to an individual justfile to enable make mode on a per-file basis: # vim: set ft=make :","breadcrumbs":"Introduction » Editor Support » Vim and Neovim » Vim and Neovim","id":"10","title":"Vim and Neovim"},"11":{"body":"just-mode provides syntax highlighting and automatic indentation of justfiles. It is available on MELPA as just-mode . justl provides commands for executing and listing recipes. You can add the following to an individual justfile to enable make mode on a per-file basis: # Local Variables:\n# mode: makefile\n# End:","breadcrumbs":"Introduction » Editor Support » Emacs » Emacs","id":"11","title":"Emacs"},"12":{"body":"An extension for VS Code by skellock is available here ( repository ), but is no longer actively developed. You can install it from the command line by running: code --install-extension skellock.just An more recently active fork by sclu1034 is available here .","breadcrumbs":"Introduction » Editor Support » Visual Studio Code » Visual Studio Code","id":"12","title":"Visual Studio Code"},"13":{"body":"A plugin for JetBrains IDEs by linux_china is available here .","breadcrumbs":"Introduction » Editor Support » JetBrains IDEs » JetBrains IDEs","id":"13","title":"JetBrains IDEs"},"14":{"body":"Kakoune supports justfile syntax highlighting out of the box, thanks to TeddyDD.","breadcrumbs":"Introduction » Editor Support » Kakoune » Kakoune","id":"14","title":"Kakoune"},"15":{"body":"Helix supports justfile syntax highlighting out-of-the-box since version 23.05.","breadcrumbs":"Introduction » Editor Support » Helix » Helix","id":"15","title":"Helix"},"16":{"body":"The Just package by nk9 with just syntax and some other tools is available on PackageControl .","breadcrumbs":"Introduction » Editor Support » Sublime Text » Sublime Text","id":"16","title":"Sublime Text"},"17":{"body":"Micro supports Justfile syntax highlighting out of the box, thanks to tomodachi94 .","breadcrumbs":"Introduction » Editor Support » Micro » Micro","id":"17","title":"Micro"},"18":{"body":"Feel free to send me the commands necessary to get syntax highlighting working in your editor of choice so that I may include them here.","breadcrumbs":"Introduction » Editor Support » Other Editors » Other Editors","id":"18","title":"Other Editors"},"19":{"body":"See the installation section for how to install just on your computer. Try running just --version to make sure that it’s installed correctly. For an overview of the syntax, check out this cheatsheet . Once just is installed and working, create a file named justfile in the root of your project with the following contents: recipe-name: echo 'This is a recipe!' # this is a comment\nanother-recipe: @echo 'This is another recipe.' When you invoke just it looks for file justfile in the current directory and upwards, so you can invoke it from any subdirectory of your project. The search for a justfile is case insensitive, so any case, like Justfile, JUSTFILE, or JuStFiLe, will work. just will also look for files with the name .justfile, in case you’d like to hide a justfile. Running just with no arguments runs the first recipe in the justfile: $ just\necho 'This is a recipe!'\nThis is a recipe! One or more arguments specify the recipe(s) to run: $ just another-recipe\nThis is another recipe. just prints each command to standard error before running it, which is why echo 'This is a recipe!' was printed. This is suppressed for lines starting with @, which is why echo 'This is another recipe.' was not printed. Recipes stop running if a command fails. Here cargo publish will only run if cargo test succeeds: publish: cargo test # tests passed, time to publish! cargo publish Recipes can depend on other recipes. Here the test recipe depends on the build recipe, so build will run before test: build: cc main.c foo.c bar.c -o main test: build ./test sloc: @echo \"`wc -l *.c` lines of code\" $ just test\ncc main.c foo.c bar.c -o main\n./test\ntesting… all tests passed! Recipes without dependencies will run in the order they’re given on the command line: $ just build sloc\ncc main.c foo.c bar.c -o main\n1337 lines of code Dependencies will always run first, even if they are passed after a recipe that depends on them: $ just test build\ncc main.c foo.c bar.c -o main\n./test\ntesting… all tests passed!","breadcrumbs":"Introduction » Quick Start » Quick Start","id":"19","title":"Quick Start"},"2":{"body":"just should run on any system with a reasonable sh, including Linux, MacOS, and the BSDs. On Windows, just works with the sh provided by Git for Windows , GitHub Desktop , or Cygwin . If you’d rather not install sh, you can use the shell setting to use the shell of your choice. Like PowerShell: # use PowerShell instead of sh:\nset shell := [\"powershell.exe\", \"-c\"] hello: Write-Host \"Hello, world!\" …or cmd.exe: # use cmd.exe instead of sh:\nset shell := [\"cmd.exe\", \"/c\"] list: dir You can also set the shell using command-line arguments. For example, to use PowerShell, launch just with --shell powershell.exe --shell-arg -c. (PowerShell is installed by default on Windows 7 SP1 and Windows Server 2008 R2 S1 and later, and cmd.exe is quite fiddly, so PowerShell is recommended for most Windows users.)","breadcrumbs":"Introduction » Installation » Prerequisites » Prerequisites","id":"2","title":"Prerequisites"},"20":{"body":"A variety of example justfiles can be found in the examples directory .","breadcrumbs":"Introduction » Examples » Examples","id":"20","title":"Examples"},"21":{"body":"","breadcrumbs":"Introduction » Features » Features","id":"21","title":"Features"},"22":{"body":"When just is invoked without a recipe, it runs the first recipe in the justfile. This recipe might be the most frequently run command in the project, like running the tests: test: cargo test You can also use dependencies to run multiple recipes by default: default: lint build test build: echo Building… test: echo Testing… lint: echo Linting… If no recipe makes sense as the default recipe, you can add a recipe to the beginning of your justfile that lists the available recipes: default: just --list","breadcrumbs":"Introduction » Features » The Default Recipe » The Default Recipe","id":"22","title":"The Default Recipe"},"23":{"body":"Recipes can be listed in alphabetical order with just --list: $ just --list\nAvailable recipes: build test deploy lint just --summary is more concise: $ just --summary\nbuild test deploy lint Pass --unsorted to print recipes in the order they appear in the justfile: test: echo 'Testing!' build: echo 'Building!' $ just --list --unsorted\nAvailable recipes: test build $ just --summary --unsorted\ntest build If you’d like just to default to listing the recipes in the justfile, you can use this as your default recipe: default: @just --list Note that you may need to add --justfile {{justfile()}} to the line above above. Without it, if you executed just -f /some/distant/justfile -d . or just -f ./non-standard-justfile, the plain just --list inside the recipe would not necessarily use the file you provided. It would try to find a justfile in your current path, maybe even resulting in a No justfile found error. The heading text can be customized with --list-heading: $ just --list --list-heading $'Cool stuff…\\n'\nCool stuff… test build And the indentation can be customized with --list-prefix: $ just --list --list-prefix ····\nAvailable recipes:\n····test\n····build The argument to --list-heading replaces both the heading and the newline following it, so it should contain a newline if non-empty. It works this way so you can suppress the heading line entirely by passing the empty string: $ just --list --list-heading '' test build","breadcrumbs":"Introduction » Features » Listing Available Recipes » Listing Available Recipes","id":"23","title":"Listing Available Recipes"},"24":{"body":"Aliases allow recipes to be invoked on the command line with alternative names: alias b := build build: echo 'Building!' $ just b\necho 'Building!'\nBuilding!","breadcrumbs":"Introduction » Features » Aliases » Aliases","id":"24","title":"Aliases"},"25":{"body":"Settings control interpretation and execution. Each setting may be specified at most once, anywhere in the justfile. For example: set shell := [\"zsh\", \"-cu\"] foo: # this line will be run as `zsh -cu 'ls **/*.txt'` ls **/*.txt Table of Settings Name Value Default Description allow-dup