-
The `just --fmt` command will take nicely formatted code with a reasonable maximum line length, and turn it into a very long unreadable line.
For example, if I try to format this using `just --fmt`…
-
### What feature would you like to see?
https://github.com/casey/just/blob/master/justfile
WDYT
-
Thanks for generating these bindings for Odin. Is there any reason that the linux libraries are missing under libs/ ?
-
Feature request: support for `just` modules.
The `just` modules are a great way to organize large justfiles.
But the package here does not show the recipes in modules, only the ones in the main file…
sdumi updated
2 weeks ago
-
`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 …
-
There are a lot steps with dependencies between them described in the README. Better to write them in code than text.
danvk updated
5 months ago
-
- [X] I'm sure this issue is not a _duplicate_.
- [X] I'm submitting an icon request:
- Type: `filename`
- Icon Name: `just` or `justfile`
- Filenames: `justfile`
- More info: htt…
-
Trying to update django-simple-nav to the newest release, I get these errors:
```shell
uv run --with pre-commit-uv pre-commit run --all-files
Built django-simple-nav @ file:///var/home/josh/pr…
-
Would it be possible to provide an example project to compile a static DLL for Windows 2000? I'm trying to create a DLL that has DllMain, and I'm also using crate windows (https://github.com/rust9x/wi…
-
currently i always have to do:
```bash
doppler run -- just
```
i would like to _just_ do:
```bash
just
```
and somewhere in the justfile it will load the doppler variables, how can i…
Geczy updated
1 month ago