afew

afew 3.0.1

Initial tagging script for notmuch mail

https://github.com/afewmail/afew
ISC License
main program: afewprograms: afew
Platforms (32)
riscv64-linuxaarch64-linuxarmv7a-linuxpowerpc64le-linuxarmv7l-linuxsh4-linuxmicroblazeel-linuxmipsel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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