just
just copied to clipboard
🤖 Just a command runner
I would like to do some numbers comparison, specifically comparing numbers of cpus returned by `num_cpus()` function, but really have troubles with that. Here is an example of `justfile`: ```justfile...
Nix shebang multiline #2024 runs a map on a vector to collect lines that start with #!
Hi all, Please close this issue if this is already possible - it doesn't seem to work currently When using an `if` statement, an else block must be present ```c...
it'd be nice for `just --fmt` to respect editorconfig settings. [This relatively low-level library](https://crates.io/crates/editor-config) is all I can find to help with this. it'd be nice if there were a...
Howdy! I took a stab to fix multiple issues related to signal handling - and address some improvements on the current signal/interruption handler https://github.com/casey/just/issues/1558 https://github.com/casey/just/issues/1560 https://github.com/casey/just/issues/1781 A summary of the...
**Just version:** 1.24 If i execute this command `just --list` i have this output We can see that the `just` program align correctly the recipes witouth argument, that is not...
For example: ```just import? join(config_directory(), "mpm/root.just") ```
usecase: I started to make a symlink to my justfile in the root of my filesystem / to have access to my just-recipes from anywhere. in this case the justfile...
Hey thanks for the awesome tool. One thing I'd love to have from the Rust world in my `Justfile`s is the `match` expression. In particular I want to use it...