run icon indicating copy to clipboard operation
run copied to clipboard

Task runner that helps you easily manage and invoke small scripts and wrappers

Results 18 run issues
Sort by recently updated
recently updated
newest added

Enables two quick ways to export an attribute: Export with implied variable name based on attribute name - EXPORT .ATTRIBUTE.NAME - Implicitly assigns to variable ATTRIBUTE_NAME, ie - Removes leading...

In order to get #55 out the door, I added a very basic level of documentation of Run's attributes. I think the documentation should be improved, hence this ticket. Let's...

In order to actually use attributes in scripts, commands need to first convert them into environment variables, which often leads to verbose assignments like: _(assumes #55 merged)_ ``` export RUNFILE_DIR...

With #55 adding `.RUNFILE.DIR` to track the _primary_ runfile's parent directory, and `.SELF.DIR` to track the _current_ (primary or otherwise) runfile's parent directory, it opens the door to possibly adding...

Feels like we're not using log.SetPrefix() consistently. Sometimes we want it to represent the tool (run, +x runfile) and sometimes we want it to represent the Runfile currently being parsed...

Consider this Runfile ```bash # justprep/test/Runfile module_aaa := "modules/aaa.run" module_bbb := "modules/bbb.run" EXPORT module_aaa, module_bbb ## # Say hi hello: echo "Hello World" ## # List all tasks including the...

Just a reminder to incorporate updating [Run's Nix Package](https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/tools/run) as part of our release cycle. From discussion here: * https://github.com/NixOS/nixpkgs/pull/77081#issuecomment-1172987784 > To contribute to nixpkgs (update a package for instance),...

Hi! I wanted to use Bingo. It required Run. So I compiled it. Compilation works, but any Runfile with fail with this error: ``` exec: "/usr/bin/env": file does not exist...

I like run approach to scripts management. I find it clever, and I think it can be much more understandable in a lot of situations. However, what I would miss...

enhancement

If Run had a proper man page, it would feel more like an official *nix tool.