You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ This repository contains a _collection_ of Features.
21
21
| Gitleaks |https://gitleaks.io/| Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos. Gitleaks is an easy-to-use, all-in-one solution for detecting secrets, past or present, in your code. |
22
22
| Zarf |https://zarf.dev/| Zarf eliminates the complexity of air gap software delivery for Kubernetes clusters and cloud-native workloads using a declarative packaging strategy to support DevSecOps in offline and semi-connected environments. |
23
23
| jnv |https://github.com/ynqa/jnv| jnv is designed for navigating JSON, offering an interactive JSON viewer and jq filter editor. |
24
+
| just |https://github.com/casey/just| A command runner. Just is a handy way to save and run project-specific commands. |
24
25
| UV/UVX |https://docs.astral.sh/uv/| An extremely fast Python package and project manager, written in Rust. A single tool to replace pip, pip-tools, pipx, poetry, pyenv, virtualenv, and more. |
25
26
| Ruff |https://docs.astral.sh/ruff/| An extremely fast Python linter and code formatter, written in Rust. |
26
27
| Codex-cli |https://github.com/openai/codex| Codex CLI is an experimental project under active development. |
@@ -298,3 +299,20 @@ Running `codex` inside the built container will print the help menu of codex.
298
299
```bash
299
300
codex --version
300
301
```
302
+
303
+
### `just`
304
+
305
+
Running `just` inside the built container will print the help menu of just.
0 commit comments