omni icon indicating copy to clipboard operation
omni copied to clipboard

Add support for `justfiles` similarly to `Makefile` support

Open xaf opened this issue 2 years ago • 0 comments

See: https://github.com/casey/just

Since this is also a rust crate, should that be directly imported as a lib and ran from omni, or should we depend on just being available in the system similarly to the make expectation? The main difference being that most system will have make available right away, while just is not shipped with most systems.

xaf avatar Nov 01 '23 17:11 xaf