summary refs log tree commit diff
path: root/pkgs/tools/misc/up
Commit message (Collapse)AuthorAge
* up: enable testssuperherointj2022-03-16
|
* up: 0.3.2 -> 0.4.0Maximilian Bosch2020-10-30
| | | | https://github.com/akavel/up/releases/tag/v0.4
* buildGoModule packages: set doCheck = falsezowoq2020-08-10
|
* buildGoModule packages: editorconfig fixeszowoq2020-07-31
|
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* up: repackage with buildGoModuleMaximilian Bosch2019-05-12
| | | | | | | | Go modules[1] provide a set of sources and corresponding checksums. These sources can be resolved automatically with Nix, so no go2nix is required anymore. [1] https://blog.golang.org/using-go-modules
* up: 0.3.1 -> 0.3.2Maximilian Bosch2019-05-11
| | | | | New release with several new keyboard shortcuts to navigate between piped commands: https://github.com/akavel/up/releases/tag/v0.3.2
* up: init at 0.3.1Maximilian Bosch2018-11-09
With this tool you can interactively write shell pipes with a previewed intermediate result. See https://github.com/akavel/up