-
💠python-build-standalone/.github/workflows/releas...
Here's my thought on 💠python-build-standalone/.github/workflows/release.yml at main ... Astral uses just in CI, kinda cool to stumble into this setup in the…
-
testing nvim installs
Testing fresh nvim installs can be a pain, and hard to di without borking your known good install. I've been using to run a test nvim in a sandbox that wont bork my main install. This usually runs for me in under a minute, can be down under 15s if I remove some of the TreeSitter installs at the end. This beats a full docker build of my full devtainer to test out nvim packaging woes. I've started to use this as a recipe to run before deploying a new version of my dotfiles. So far its pairi
-
💠casey/just: 🤖 Just a command runner
Here's my thought on 💠casey/just: 🤖 Just a command runner new versions of just now come with color variables already set. !!! note This post is a thought…
-
💠pipedream/justfile at main · thechangelog/pipedr...
Here's my thought on 💠pipedream/justfile at main · thechangelog/pipedream I found this nugget in thechangelogs justfile, it lets you add color to your…
-
💠Safer Bash Shebang Recipes - Just Programmer's M...
Here's my thought on 💠Safer Bash Shebang Recipes - Just Programmer's Manual When using justfiles each line is ran separately from the last, unless you…