just icon indicating copy to clipboard operation
just copied to clipboard

🤖 Just a command runner

Results 291 just issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/casey/just/issues/2311 Should hopefully not be a big maintenance burden, but will make it easier for me to recommend `just` as the Python make replacement. To do (by maintainer): -...

This is a bit of an odd request, but I work in some environments where installing external dependences is difficult (e.g. it would complicate the dev setup process) except that...

Currently, arbitrary expressions are not allowed in settings. This is because the value of expressions can, in the general case, depend on settings. An example is the `env_var()` function, which...

We may want to autogenerate markdown documentation of recipes. In addition, it may encourage people to use it if these autogenerated documents have clear concise instructions for those without 'just...

`just` is rapidly evolving, frequently adding new features. `justfiles` are frequently shared between users, and those users may have different Just versions installed, which means in some cases some newer...

Now that fallback is stable, it seems that `just --list` should be aware and display fallback recipes, perhaps under a "fallback" section.

The `confirm()` attributes looks like it could be useful, but the primary use case I imagine for it is for giving an opportunity to manually review some status or output...

This commit is in reference to: https://github.com/casey/just/issues/2195 It took me some time to implement this feature, with getting to understand the layout, trying to parameterize it to remove code duplication...

Scenario: I have justfile which wants to use a specific env file. This name is also been used few times in the recipes, so I want to put it into...

Closes #867, #1861, cc #1685 Putting this out there to get some preliminary feedback, ask questions, and take advantage of self-inflicted peer pressure :grin: ### What's in this PR? Adds...