Results 53 comments of TekWizely

Home of run nixpkg: * https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/tools/run

@CircleCode You may be interested in my recent PR ( #63 ) which introduces the ability to easily invoke other commands before or after your command executes. I'm still grinding...

Going to close this as some form of command dependency has been introduced - thank you for your interested in my project !

Greetings! So I'm not sure about adding some kind of glob matcher to run multiple tasks, but I did devise a way to achieve your goal: _Runfile_ ``` UPGRADE_CMDS =...

So I'm starting to warm to the idea of supporting `run prefix*` 1) I think it would have to fail on the first failed task 2) Passing arguments would pass...

Greetings! So looks like I currently ignore [`linux/arm64`](https://github.com/TekWizely/run/blob/master/.goreleaser.yml#L28) but can't say for certain why. Please do feel free to play around with the settings and test some builds to see...

> @TekWizely Isn't it because of this? > > ```yaml > ignore: > - goos: linux > goarch: arm64 > ``` umm, yes those are the same lines I referenced...

Hi @tmm1 you figured it out yes the issue is compiletime vs runtime. You might also have a read [here](https://github.com/TekWizely/bash-tpl/issues/16#issuecomment-1535171199) where the user uses bash-tpl as a static site generator...

Hey @tmm1 just checking in to see if you got my reply - lemme know if you wanna continue the discussion !

Hi @tmm1 I'm going to close this issue, but wanted to add one last comment. I moved the Makefile example mentioned earlier into the Discussion area: * https://github.com/TekWizely/bash-tpl/discussions/22 You can...