Eeyore_Syndrome · @Eeyore_Syndrome
8 followers · 173 posts · Server hachyderm.io

@tkinias

My friends.

End your suffering.

Tryout just today:

github.com/casey/just

Make your own recipes. It's like aliases with extra steps...but it's spiffy indeed.

On Universal Blue we have "just update" out of the box to easily update flatpaks, rpm-ostree and distroboxes.

universal-blue.org/guide/just/

#justfile #ublue

Last updated 1 year ago

Alejandro Baez · @zeab
106 followers · 435 posts · Server fosstodon.org

@mongrelion awesome on the usage! I highly recommend reading the manual. There's a lot of capacity it provides.

That said, do have conditional expressions you can build. However, justfile goal is to be a command runner and only that. Instead of discouraging to write a script, you can use the interpreter of whatever on it directly. Meaning you can go straight to python instead if you need a full language. Not just bash.

just.systems/man/en/chapter_40

#justfile

Last updated 2 years ago

Alejandro Baez · @zeab
105 followers · 429 posts · Server fosstodon.org

I have converted to using instead of . It's considerably better.📈 Much like moving to from grep. Once you do the hop, it's REALLY hard not using the tool. 😎

The biggest piece that I like is how you can use an interpreter directly for a target. Want for a target? Sure! Want Nix as a target!? Yup. 😅

just.systems/

#justfile #makefile #ripgrep #lua

Last updated 2 years ago

· @vascorsd
838 followers · 9876 posts · Server mastodon.social

Yesterday I lost at least 2 hours shared with another persom debugging why a simple change in a Makefile was not working of CI. In the end it was something about double dollar signs.

Please people, technology has evolved, there's no need to keep using a bad CLang build tool to execute tasks full of .PHONY targets, just use another tool that makes it work as expected.

- github.com/casey/just | just.systems/ - is exactly that tool.

Use instead of 😌

#just #justfile #makefile

Last updated 2 years ago

· @vascorsd
857 followers · 10255 posts · Server mastodon.social

Yesterday I lost at least 2 hours shared with another persom debugging why a simple change in a Makefile was not working of CI. In the end it was something about double dollar signs.

Please people, technology has evolved, there's no need to keep using a bad CLang build tool to execute tasks full of .PHONY targets, just use another tool that makes it work as expected.

- github.com/casey/just | just.systems/ - is exactly that tool.

Use instead of 😌

#just #justfile #makefile

Last updated 2 years ago

· @vascorsd
838 followers · 9876 posts · Server mastodon.social

Yesterday I lost at least 2 hours shared with another persom debugging why a simple change in a Makefile was not working of CI. In the end it was something about double dollar signs.

Please people, technology has evolved, there's no need to keep using a bad CLang build tool to execute tasks full of .PHONY targets, just use anothet tool that makes it work as expected.

Just - github.com/casey/just | just.systems/ - is exactly that tool.

Use instead of

#justfile #makefile

Last updated 2 years ago