casey / just

🤖 Just a command runner

Home Page:https://just.systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] `just global init-rust`; an ability to define global `Justfile` that will run commands anywhere on your machine.

jymchng opened this issue · comments

As described in title, imagine you want to be able to run arbitrary commands in your terminal to e.g. generate a new Rust repository from a template, etc, a command like just global init-rust with the script defined in the 'global' Justfile, perhaps located at the ~/ or ${HOME} directory.

I think this is covered by global justfiles, see the above link. In short: just -g init-rust.