scicommander

Run shell commands in a scientifically reproducible and robust way

MIT License

Downloads
228
Stars
13

Bot releases are visible (Hide)

Highlights:

  1. This is a complete rewrite of the tool into Go, to avoid the requirement for an installed python toolchain. Installation is now done either by downloading a binary for your platform below, or by installing via the Go tool chain (the latter primarily for Go developers).
  2. Automatic detection of input and output files is now implemented, so that no extra markup or syntax is required when executing command, apart from prepending commands with sci run and quoting special characters like | and >.
  3. Experimental support for a shell function (accessed with sci shell), within which not even prepending or quoting special characters as in point 2 are needed(!)