just a command runner
https://github.com/casey/just
Just is a command runner. Although, it's not really a build system like Make. It avoids Make's complexities and confusing PHONY statements.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/just && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000917 917 Bytes | |
just-1.23.0.tar.zst | 0000577098 564 KB | |
just.changes | 0000005064 4.95 KB | |
just.spec | 0000002822 2.76 KB | |
vendor.tar.zst | 0017353316 16.5 MB |
Revision 9 (latest revision is 22)
Ana Guerrero (anag+factory)
accepted
request 1139605
from
Soc Virnyl Estela (uncomfyhalomacro)
(revision 9)
- Update to version 1.23.0: * Allow setting custom confirm prompt * Add `set quiet` and `[no-quiet]` * Add `just_pid` function * Include completion scripts in releases * Run imports in working directory of importer * Tweak readme table formatting * Add functions to return XDG base directories * Don't abbreviate just in README * Add `--no-deps` to skip running recipe dependencies * Ignore [private] recipes in just --list * Add a dash to tempdir prefix * Don't conflate recipes with the same name in different modules * Clarify that UUID is version 4 * Make sigil stripping from recipe lines less incomprehensible * Refactor invalid path argument check * Recipes can be invoked with path syntax * Move table of contents pointer to right * Add `--format` and `--initialize` as aliases for `--fmt` and `--init` * Use box-drawing characters in error messages * Optional modules and imports * Use Self * Print submodule recipes in --summary * Expand tilde in import and module paths * Document import override behavior * Override imported recipes * Document submodule working directory * Run recipes with working directory set to submodule directory * Allow mod statements with path to source file
Comments 0