choose

choose 1.3.7

Human-friendly and fast alternative to cut and (sometimes) awk

https://github.com/theryangeary/choose
GNU General Public License v3.0
main program: chooseprograms: choose
Platforms (38)
s390x-linuxriscv32-linuxpowerpc64-linuxmipsel-netbsdpowerpc-linuxmipsel-linuxaarch64-linuxm68k-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  choose
];
Ad-hoc shell
nix-shell -p choose
Flake (nix run)
nix run nixpkgs#choose