about summary refs log tree commit diff
path: root/pkgs/tools/misc/up
AgeCommit message (Collapse)AuthorFilesLines
2020-10-30up: 0.3.2 -> 0.4.0Maximilian Bosch2-28/+3
https://github.com/akavel/up/releases/tag/v0.4
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-07-31buildGoModule packages: editorconfig fixeszowoq1-1/+1
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice2-2/+27
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-12up: repackage with buildGoModuleMaximilian Bosch2-70/+3
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
2019-05-11up: 0.3.1 -> 0.3.2Maximilian Bosch1-2/+2
New release with several new keyboard shortcuts to navigate between piped commands: https://github.com/akavel/up/releases/tag/v0.3.2
2018-11-09up: init at 0.3.1Maximilian Bosch2-0/+89
With this tool you can interactively write shell pipes with a previewed intermediate result. See https://github.com/akavel/up