-
I have following justfile in the same directory:
var.just
```
compose_provider := 'podman'
```
test.just
```
import 'var.just'
show:
@echo "compose_provider is {{ compose_provider }…
-
> [!WARNING]
> This comment is maintained by CI. Do not edit this comment directly.
> To update comment template, see https://github.com/oxc-project/oxc/tree/main/tasks/lint_rules
This is tracking i…
-
I have these content in my justfile:
```just
#!/usr/bin/env -S just --working-directory . --justfile
import 'lib.just'
import 'config.just'
import 'template_var.just'
```
I can run the file n…
-
Hello!
I would like to automate the management of my docker-compose environments for self-hosted services to some degree, and a Justfile seems like a very clean solution. However, I couldn't find o…
-
#### 优先级
- [ ] 提交 PR 优先合并(优先处理)
- [x] 提供可复制的[中文/英文]备忘清单资料,优先添加
- [ ] 大众化的内容(java/python),优先搬运(小众内容请提供资料)
#### 说明项目
`just` 提供一种保存和运行项目特有命令的便捷方式。
命令,在此也称为配方,存储在一个名为 `justfile` 的文件中,其语法受 `m…
-
With the update to the SmallRye release workflows, JReleaser is not working anymore:
- GitHub release notes are not computed properly
- GitHub discussions announcements are not working anymore.
…
-
My project has the following directory structure:
```
a
├── b
│ └── justfile
│ └── rec_b → rec_a
└── justfile
└── rec_a
```
The inner `justfile` contains a recipe, `rec_b`, th…
-
This issue tracks improvements and missing features of submodules
- Recipes defined in one module can be depended on from another
- Variables defined in one module can be referenced from another
…
casey updated
2 weeks ago
-
### Describe the bug
Certain games like DOOM Eternal are able to switch a Bluetooth audio device to the HSP or HFP modes which has a tendency to cause issues with audio quality taking a very severe…
-
Seems bit crazy idea but it would be interesting to have a converter to convert vscode's launch.json to justfile.