cosmic-justfiles

October 2, 2025 ยท View on GitHub

Shared justfiles used by COSMIC and Pop!_OS projects.

Import via curl fetch

mod? cargo 'cargo.just'

fetch:
    curl -o cargo.just https://raw.githubusercontent.com/pop-os/cosmic-justfiles/master/cargo.just

Import by installed package

mod cargo '/usr/share/cosmic-justfiles/cargo.just'

Call

Just supports calling module recipes with {{module}}::{{recipe}} and {{module}} {{recipe}}

just cargo vendor
just cargo::build-vendored